Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-26132

Executor should show the current stage the flow run is in

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              jglick Jesse Glick
              jglick Jesse Glick
              Votes:
              5 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: