summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/project_flow_template001.yaml
blob: 65316ec3b6849a88f9a8e49ae77573c9f392bfec (plain)
1
2
3
4
5
6
7
8
9
- job:
      name: test_job
      project-type: flow
      dsl: |
        build("job1")
        parallel (
          { build("job2a") },
          { build("job2b") }
        )