Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Jenkins version 1.594
Delivery Pipeline plugin 0.9.4
Build Pipeline Plugin 1.4.7
Description
I have three jobs: A, B and C
Job A is set to manually trigger job B
Job B is set to manually trigger job C
I run the Job A, it passes and then the manual trigger for job B is displayed -> this is ok.
I run the job B, it fails, but it stills enable the manual trigger for the downstream job (Job C in this case).
I think that the expected result is to don't have the manual trigger enabled for the downstream job is the job fails.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Summary | Manual trigger is shown even if the build failed | Manual trigger for the downstream job is shown even if the build failed |
Status | Open [ 1 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 163801 ] | JNJira + In-Review [ 208886 ] |
Reproduced and have created PR https://github.com/Diabol/delivery-pipeline-plugin/pull/121 with a fix for the problem.