6b92807cd7
Rename fixtures directory to job_fixtures to prepare for adding view_fixtures directory in the following commits. Change-Id: Ic20997cae020b542ddc22bf444fa6b92fbcae064
26 lines
476 B
YAML
26 lines
476 B
YAML
- defaults:
|
|
name: global
|
|
description: 'my global description'
|
|
|
|
- defaults:
|
|
name: myproject
|
|
fooversion: 'v0.10'
|
|
confversion: 'v0.42'
|
|
description: 'my project description'
|
|
|
|
- project:
|
|
name: project
|
|
jobs:
|
|
- job-group
|
|
|
|
- job-group:
|
|
name: job-group
|
|
jobs:
|
|
- job-template
|
|
|
|
- job-template:
|
|
name: job-template
|
|
defaults: myproject
|
|
builders:
|
|
- shell: "echo 'confVersion: {confversion} & fooVersion: {fooversion}'"
|