-
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
[JENKINS-32835] abortAllJobs() for Multijob configured from Job DSL is not working
Labels | Original: job-dsl job-dsl-plugin multi-job multijob | New: gradle-jenkins-plugin job-dsl job-dsl-plugin multi-job multijob |
Environment |
Original:
Jenkins 1.646 Multijob-plugin 1.20 jenkins-job-dsl 1.42 |
New:
Jenkins 1.646 Multijob-plugin 1.20 jenkins-job-dsl 1.42 gradle-jenkins-plugin 1.3.2 |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 168527 ] | New: JNJira + In-Review [ 209691 ] |