question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

concourse vs code extension not recognise YAML anchors, references, extend

See original GitHub issue

anchor & reference * extend <<

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:18 (10 by maintainers)

github_iconTop GitHub Comments

3reactions
kdvoldercommented, Feb 5, 2019

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 😃

2reactions
marco-mcommented, Oct 12, 2018

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found