-
Bug
-
Resolution: Not A Defect
-
Minor
-
Jenkins 1.646
Multijob-plugin 1.20
jenkins-job-dsl 1.42
gradle-jenkins-plugin 1.3.2
Hey guys,
I'm using the job dsl to configure my jobs. I would like to set the "Abort all other job" option of an phasejob (Multijob) via DSL using the abortAllJobs() function which doesn't work. The corresponding node in the configuration XML persits 'false'.
Configuration via the Job DSL's configure block works anyway.
phase("PhaseName") { phaseJob("ConfigurationViaConfigure") { configure configureAbortingPhaseJob() } phaseJob("UsingDSLFeature") { abortAllJobs(true) }
Anyone else observed this behaviour?
Cheers,
Florian