summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/project_pipeline_template004.yaml
blob: 284d7fbc014a85466f279d936f70932a3bd57e35 (plain)
1
2
3
4
5
6
7
8
9
10
11
- job:
    name: test-job
    project-type: pipeline
    sandbox: true
    pipeline-scm:
      scm:
        - hg:
            url: http://hg.example.org/test_job
            clean: true
      script-path: Jenkinsfile.groovy
      lightweight-checkout: true