summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/templates002.yaml
blob: 909a994e068490cb1adbf31c3de3378e0b32536e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- job-template:
    name: '{name}-{pyver}'
    builders:
      - shell: 'git co {branch_name}'

- project:
   name: project-name
   pyver:
    - 26:
       branch_name: old_branch
    - 27:
       branch_name: new_branch
   jobs:
    - '{name}-{pyver}'