summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/jinja02.yaml
blob: 1e1d87476aaa28b2b41465034126a77bf1ce1b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
- job-template:
    name: 'test-job-{num}'
    builders:
        - shell:
            !include-jinja2: jinja02.yaml.inc

- project:
    name: test-job-template-1
    num: 1
    jobs:
      - 'test-job-{num}'