-
Task
-
Resolution: Fixed
-
Critical
-
-
Blue Ocean 1.2-beta3, Blue Ocean 1.2-beta4
Ready for release
This improvement is completed and scheduled for release in 1.2. Check the roadmap page for updates.
Context
The Pipeline team have added the ability to "skip" stages in the Pipeline (JENKINS-37781).
Scope
- Skipped stages are shown as not built
- Declarative Pipeline will not provide flow nodes for skipped parallels so we can always assume that there won't be any skipped parallels.
- If the first stage is skipped then the pipeline should start from a "Start" node.
- If the last stage is skipped then the pipeline should end with a "End" node.
- Ensure that the editors start/end nodes match the style in this mockup
- is duplicated by
-
JENKINS-44464 Blue Ocean shows 'Unknow' status for skipped Stages
- Closed
- relates to
-
JENKINS-47897 Blue Ocean pipeline view shows stages and steps from previous build, until given step starts
- Closed
- links to