Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
Jenkins Version 1.554.2
Delivery Plugin Version 0.8.11
Description
The Delivery pipeline shows one stage per row and resulted in a very staggered view when they are multiple stages per column.
For example:
A | ->B | -> E | -> F |
-> G | |||
-> H | |||
-> C | |||
-> D |
Ideally, it should be:
A | -> B | -> E | -> F |
-> C | -> G | ||
-> D | -> H |
Pull request for this change has been submitted.