summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/var_applied_in_defaults.yaml
blob: be245d7f9857fe80bf1caa846c4227b93579a471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- defaults:
    name: 'global'
    builders:
        - shell: "make {make-target}"

- job-template:
    name: 'build-project'

- project:
    name: 'project'
    make-target: 'all'
    jobs:
        - 'build-project'