_old_vespene icon indicating copy to clipboard operation
_old_vespene copied to clipboard

Implement multiple YAML documents inside a .vespene file

Open mpdehaan opened this issue 6 years ago • 0 comments

Per forum discussion, a .vespene file should be able to define more than one project:

---
name: "Tommys Project"
script: "scripts/example.sh"
timeout: 60
repo_branch: master
variables:
   testvar: "hello!"
   luggage_code: "5150"
worker_pool: 'tutorial-pool'
---
name: "Tommys Second Project"
script: "scripts/example.sh"
timeout: 60
repo_branch: master
variables:
   testvar: "hehehoho"
   luggage_code: "5150"
worker_pool: 'tutorial-pool'

mpdehaan avatar Dec 13 '18 12:12 mpdehaan