Details
-
Story
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Done
Description
To make workflow more compelling, Jenkins 2.0 should provide a better visualization of the workflow execution out of the box.
CloudBees is proposing to contribute the workflow stage view plugin to jump start this, which uses stage steps to drive the visualization of workflow runs as they progress through the pipeline:
Attachments
Issue Links
- is duplicated by
-
JENKINS-32675 Pipeline Plugin: Adjusting the Visualization of Pipeline Steps
-
- Resolved
-
- is related to
-
JENKINS-31118 Workflow jobs that are waiting for input should have a visual cue in build history
-
- Resolved
-
I've noticed that the 'Retry' and 'Download' links don't appear by default. After looking at the code, there seems to be an extension mechanism for controlling this area of the UI.
We're currently using BuildPipeline steps and use the Restart functionality heavily. Is there any plans to make the Restart logic available with the StageView?