Skip to content

Instantly share code, notes, and snippets.

@kklimonda
Created October 11, 2017 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kklimonda/0de97f5bbb9551f86f75223caf219880 to your computer and use it in GitHub Desktop.
Save kklimonda/0de97f5bbb9551f86f75223caf219880 to your computer and use it in GitHub Desktop.
---
- job:
name: job-base
- job:
name: job-base
branches: master
vars:
version: 5.0
- job:
name: job-base
branches: R4.0
vars:
version: 4.0
- job:
name: job-child
parent: job-base
run: playbooks/build/generic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment