bcbfda844b
The defaults can make use of variables passed by the project and I am taking advantage of that feature in my templates. With70ed2236
/ https://review.openstack.org/#/c/85336/ there is a regression which cause the test to fail although it pass with parent commitd833015
. Change-Id: I57d023657eec4f6f8f29980100185fcfd7e77b1f
14 lines
217 B
YAML
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'
|