Not showing "Running on node name" inside stage

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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)
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: