6b92807cd7
Rename fixtures directory to job_fixtures to prepare for adding view_fixtures directory in the following commits. Change-Id: Ic20997cae020b542ddc22bf444fa6b92fbcae064
12 lines
257 B
YAML
12 lines
257 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
|