-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
OS: Linux 64-bit
Jenkins Version: 1.447
Parameterized Trigger Plugin Version 2.13
The "Trigger/call builds on other projects" build step locks the job if one of the "Projects to build" is deactivated.
To reproduce:
1. Add the "Trigger/call builds on other projects" to the build steps.
2. Define some "Projects to build"
3. Activate the check box "Block until the triggered projects finish their builds"
4. Set "Mark this build as unstable if the triggered build is worse or equal to" to "UNSTABLE"
5. Deactivate one of the projects configured in "Projects to build"
6. Run the job
Expected behaviour:
The deactivated project will be ignored and the job continues with the next active project.
[JENKINS-12923] Deadlock if one of the triggered projects is deactivated
Assignee | Original: Hansgeorg Schwibbe [ haschwib ] | New: Kohsuke Kawaguchi [ kohsuke ] |
Description |
Original:
The "Trigger/call builds on other projects" build step locks the job if one of the "Projects to build" is deactivated. To reproduce: 1. Add the "Trigger/call builds on other projects" to the build steps. 2. Define some "Projects to build" 3. Activate the check box "Block until the triggered projects finish their builds" 4. Set "Mark this build as unstable if the triggered build is worse or equal to" to "UNSTABLE" 5. Deactivate one of the projects configured in "Projects to build" 6. Run the job Expected behaviour: The deactivated project will be ignored and the Job continues with the next active project |
New:
The "Trigger/call builds on other projects" build step locks the job if one of the "Projects to build" is deactivated. To reproduce: 1. Add the "Trigger/call builds on other projects" to the build steps. 2. Define some "Projects to build" 3. Activate the check box "Block until the triggered projects finish their builds" 4. Set "Mark this build as unstable if the triggered build is worse or equal to" to "UNSTABLE" 5. Deactivate one of the projects configured in "Projects to build" 6. Run the job Expected behaviour: The deactivated project will be ignored and the job continues with the next active project. |
Attachment | New: screenshot-1.jpg [ 21570 ] |
Summary | Original: Job is locked if one of the triggered projects is deactivated | New: Deadlock if one of the triggered projects is deactivated |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
According to the screenshot:
The job is running in idle mode until "deployMocks" is deactivated.