jenkins-job-builder/tests/builders/fixtures/dsl001.yaml
Somay Jain 6b384c9521 BugFix: Target field in Job-DSL plugin was not being populated
Bug Reported at the following places -
story: #2000240
story: #2000229
story: #2000211

Change-Id: I6e1ce74fb03d2aeb880d469da17bb02fd22db13c
2015-08-24 22:34:19 -04:00

9 lines
234 B
YAML

builders:
- dsl:
script-text: "job { name 'dsljob' }"
ignore-existing: "true"
removed-job-action: "DISABLE"
removed-view-action: "DELETE"
lookup-strategy: "SEED_JOB"
additional-classpath: "*.jar"