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

Not showing "Running on node name" inside stage

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Minor Minor
    • 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:

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

              Created:
              Updated:
              Resolved: