Not showing "Running on node name" inside stage

XMLWordPrintable

    • Type: Improvement
    • Resolution: Duplicate
    • Priority: Minor
    • Component/s: blueocean-plugin
    • None

      Currently you have to go back to Console Output or echo the same stuff inside your pipeline.
      Feel a bit counterproductive.

      Simplified pipeline 

      stage('iOS Build') {
        node('ios') {
          fastlane build
        }
      }

      Console output

      [Pipeline] [iOS build] node
      [iOS build] Running on VASOSXDEV20 in /Users/jenkins/slave/workspace/xamarin_PR-142-LCK3VHNE4ZTFZ4JFZHITY4MB5KUNJ7QHA6CX7RHTT62XDO2OZ55A
      [Pipeline] [Android build] node
      [Android build] Running on VASOSXDEV19 in /Users/jenkins/workspace/xamarin_PR-142-LCK3VHNE4ZTFZ4JFZHITY4MB5KUNJ7QHA6CX7RHTT62XDO2OZ55A
      [Pipeline] [Unit Tests] node
      [Unit Tests] Running on VASOSXDEV18 in /Users/jenkins/workspace/xamarin_PR-142-LCK3VHNE4ZTFZ4JFZHITY4MB5KUNJ7QHA6CX7RHTT62XDO2OZ55A

      Would like to see it added as the first step in any stage view

      Like this:

            Assignee:
            Unassigned
            Reporter:
            Joseph Petersen (old)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: