Created
October 11, 2017 19:12
-
-
Save kklimonda/0de97f5bbb9551f86f75223caf219880 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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