-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
Jenkins ver. 1.653
Build Pipeline Plugin ver. 1.5.1
Steps to reproduce
- Create a pipeline with a manually triggered step
- Trigger the step and wait until it's completed
- Refresh the view
Expected result
The manual step should be shown in green.
Actual result
The manual step is shown in cyan, as if it was not executed as a part of this pipeline.
More information
The issue seems to be caused by changes to CauseAction, as described in the comments of JENKINS-33467.
- is duplicated by
-
JENKINS-33686 Build triggered via "Build other projects (manual step)" has no connection to upstream job
- Closed
- is related to
-
JENKINS-33467 CauseAction.causes can become huge
- Resolved