concourse vs code extension not recognise YAML anchors, references, extend
See original GitHub issueanchor &
reference *
extend <<
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:18 (10 by maintainers)
Top Results From Across the Web
Optimize GitLab CI/CD configuration files
To reuse configuration from different YAML files, use !reference tags or the extends keyword. The following example uses anchors and map merging. It...
Read more >YAML anchors | Bitbucket Cloud - Atlassian Support
When using Bitbucket Pipelines, YAML anchors reduce effort and make updating in bulk, easier.
Read more >YAML tips and tricks for Concourse CI - BeTomorrow
We'll see how to aggregate different YAML objects in the chapter “Use merging”. Use anchors to stay DRY. Anchors define YAML references that...
Read more >VS Code API | Visual Studio Code Extension API
VS Code API is a set of JavaScript APIs that you can invoke in your Visual Studio Code extension. This page lists all...
Read more >How To Set Up Continuous Integration Pipelines with ...
Tutorial Series: Setting Up and Using Concourse CI on Ubuntu 16.04 ... If you are logged out or if you do not have...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Good news everyone 😃
This should now be working. Validation now understands “>>”, “&” and “*”. Please give it a try from snapshot build. You can download a vscode .vsix snapshot from this webpage: http://dist.springsource.com/snapshot/STS4/nightly-distributions.html
If you find any problems with it, please let me know by raising additional bugs (and do attach specific examples as that’s really very very helpful 😃
@kdvolder another YAML documentation that I found useful to understand anchors and extend/merge is https://camel.readthedocs.io/en/latest/yamlref.html. I will provide another example of anchors and extend from my own pipelines. BTW I appreciate your kindness!
Another article explicitly on using YAML anchors and merge for Concourse pipelines: https://www.digitalocean.com/community/tutorials/how-to-set-up-continuous-integration-pipelines-with-concourse-ci-on-ubuntu-16-04