-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
Jenkins ver. 1.653
Delivery Pipeline Plugin ver. 0.9.8
Steps to reproduce
- Create a pipeline with a rebuildable step
- Execute the step
- Trigger a rebuild of the step from the delivery pipeline view
Expected result
The new build's progress should be visible in the pipeline view.
Actual result
The rebuild button disappears and reappears after a couple of seconds. A new build is started for the step's job, but it's not visible in the delivery pipeline view.
More information
The issue seems to be caused by changes to CauseAction, as described in the comments of JENKINS-33467.
- is related to
-
JENKINS-33467 CauseAction.causes can become huge
-
- Resolved
-
[JENKINS-33594] Rebuilding broken in Jenkins ver. 1.653
Priority | Original: Minor [ 4 ] | New: Blocker [ 1 ] |
Link |
New:
This issue is related to |
Description |
Original:
h4. Steps to reproduce # Create a pipeline with a manually triggered step # Trigger the manual step h4. Expected result The build should be visible in the pipeline and the aggregated view. h4. Actual result A new build is created for the step's job, but it's not visible anywhere in the Delivery Pipeline view. h4. More information The issue seems to be caused by changes to CauseAction, as described in the comments of |
New:
h4. Steps to reproduce # Create a pipeline with a rebuildable step # Execute the step # Trigger a rebuild of the step from the delivery pipeline view h4. Expected result The new build's progress should be visible in the pipeline view. h4. Actual result The rebuild button disappears and reappears after a couple of seconds. A new build is started for the step's job, but it's not visible in the delivery pipeline view. h4. More information The issue seems to be caused by changes to CauseAction, as described in the comments of |
Summary | Original: Manual steps broken in Jenkins ver. 1.653 | New: Rebuilding broken in Jenkins ver. 1.653 |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Pull request: https://github.com/Diabol/delivery-pipeline-plugin/pull/170