jenkins-job-builder/tests/yamlparser/fixtures/project_pipeline_template00...

13 lines
258 B
YAML

- 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