c2781e670f
Preparatory move for adopting pre-commit hooks. Shoudl only remove newlines and spaces at end of files. Change-Id: Ia33679467c533722b9308f7e7b74be395c926428 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
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
|