-
Improvement
-
Resolution: Fixed
-
Major
-
None
PlaceholderExecutable/executorCell.jelly, which shows steps being run on a particular slave (executor slot), currently only shows something like Building myflow #99. It would be nice if it showed which stage (StageAction) the build was in.
(The StageAction Javadoc leaves open the possibility of stages which are thread-specific. But the StageAction attached by StageStep is not thread-specific, so this refinement is not important.)
More broadly, and to support parallel threads better, find the nearest ancestor of the FlowNode available to the PlaceholderExecutable which has an attached LabelAction, and display that label.
- is related to
-
JENKINS-26107 Allow stage to operate as a labelled block
- Closed
-
JENKINS-36547 Queue.Task.getFullDisplayName is a poor choice of key for LoadBalancer.CONSISTENT_HASH
- Resolved
- relates to
-
JENKINS-45553 Parallel pipeline execution scales poorly
- Closed
- links to