-
Bug
-
Resolution: Fixed
-
Major
-
None
Steps to reproduce:
- Create a build pipeline with at least two stages, the second of which adds Actions to a build. For example, the git-plugin will attach a hudson.plugins.git.GitTagAction to the build to say what revision was built.
- Run the pipeline
- Re-run the second stage of the pipeline
Expect:
- One actions in the summary page of the build from the git plugin
Observe:
- Two actions! The previous builds action and the current builds (see attached screenshot)
Marking as major because this results in breaking the TestNG publisher plugin - it relies on actions being persisted in builds to show reports and trend data. When actions are copied, the data is corrupted, and trends are overridden. This could potentially break other plugins in the pipeline as well.
- is duplicated by
-
JENKINS-32885 Build Pipeline Plugin doesn't link the jobs to it's corresponding build number after successful re-build.
- Resolved
-
JENKINS-19870 Status of the existing pipeline job is not updated after a failure or aborted build. Downstream job trigger is not enabled after the build succeeds
- Resolved
-
JENKINS-26596 On restarting broken build in pipeline, dashboard should update accordingly
- Resolved
- is related to
-
JENKINS-22210 On restarting broken build in pipeline, dashboard should update accordingly
- Closed
-
JENKINS-24883 Artifacts not found on re-runs of manual jobs in pipeline
- Closed
- links to