-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins 1.594
Build-pipeline-plugin 1.4.7
Given:
- A pipeline exists with multiple jobs chained
- Pipeline is triggered
- A job in the middle of pipeline fails
When:
- Retry of the failed job is clicked
Then:
- The new retried job is run and build is started
- The new retried job has no Upstream link anymore in the "build.xml" visible, the failed build has:
" <hudson.model.Cause_-UpstreamCause>
<upstreamProject" - The pipeline view thus is showing only the first failed build, not the successful one -> Unable to proceed in pipeline