jenkins-job-builder/tests/yamlparser/fixtures/var_applied_in_defaults.yaml
Antoine Musso bcbfda844b Test defaults honors project variables
The defaults can make use of variables passed by the project and I am
taking advantage of that feature in my templates.

With 70ed2236 / https://review.openstack.org/#/c/85336/ there is a
regression which cause the test to fail although it pass with parent
commit d833015.

Change-Id: I57d023657eec4f6f8f29980100185fcfd7e77b1f
2014-07-24 15:54:13 +00:00

14 lines
217 B
YAML

- defaults:
name: 'global'
builders:
- shell: "make {make-target}"
- job-template:
name: 'build-project'
- project:
name: 'project'
make-target: 'all'
jobs:
- 'build-project'