Details
-
Improvement
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
The new visualization of parallel sequential stages is pretty awesome!
It'd be perfect if it'd also display the parallel stages' names:
Thank you!
Attachments
Issue Links
- relates to
-
JENKINS-49050 I can view my sequential declarative pipeline stages in the pipeline visualization plugin
-
- Closed
-
- links to
By the way, did you try
failFast true
option? there is bug also. If one stage failed, all other stage running same time shows fail mark. So I can not find easily which one is really failed.