-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
Create the following JobDSL job.
freeStyleJob("tryDSL") { description("This a new job") steps { shell('echo "Hello World "') } }
If there is a job which already has this name `tryDSL` on the instance, it will overwrite itself with the awaited content brought by the DSL script.
freeStyleJob should support an update boolean argument to specify if you want or not override
[JENKINS-39765] freeStyleJob should support an update argument to specify if you want or not override
Attachment | New: screenshot-1.png [ 35829 ] |
Assignee | Original: Daniel Spilker [ daspilker ] | New: Jamie Tanna [ jamietanna ] |