-
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