-
Story
-
Resolution: Fixed
-
Major
-
None
Scope
- When the user views a Run that is a restart of a previous run, they see a full visualisation that is a union of both runs.
- User has a Rerun icon on the stage toolbar
- When user clicks this, they are prompted with information about how Rerun works
- The user can cancel
- The user can trigger the rerun
- is blocked by
-
JENKINS-45455 Restarting stages
-
- Closed
-
- links to
[JENKINS-48643] I can use the Blue Ocean pipeline visualization to restart a declarative stage
Epic Link | New: JENKINS-43953 [ 181485 ] |
Link |
New:
This issue is blocked by |
Description |
Original:
*Scope* * When the user views a Run that is a rerun of previous run, they see a full visualisation that is a union of both runs. * |
New:
*Scope* * When the user views a Run that is a restart of a previous run, they see a full visualisation that is a union of both runs. * |
Attachment | New: replay-stage-1.png [ 40802 ] | |
Attachment | New: replay-stage-2.png [ 40803 ] |
Description |
Original:
*Scope* * When the user views a Run that is a restart of a previous run, they see a full visualisation that is a union of both runs. * |
New:
*Scope* * When the user views a Run that is a restart of a previous run, they see a full visualisation that is a union of both runs. * User has a Rerun icon on the stage toolbar ** When user clicks this, they are prompted with information about how Rerun works ** The user can cancel ** The user can trigger the rerun |
Sprint | New: Blue Ocean 1.5 - beta 1 [ 456 ] |
Rank | New: Ranked higher |
fwiw, I was initially thinking we'd only display the restart icon for failed stages, but an interesting use case was put forward on
JENKINS-45455for using restarting as an alternative to "pending input forever to do deployment" - i.e., don't run the deployment stage unless you're on a restarted run.