• 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:

          [JENKINS-46245] Not showing "Running on node name" inside stage

          Joseph Petersen (old) created issue -
          Joseph Petersen (old) made changes -
          Description Original: Currently you have to go back to Console Output or echo the same stuff inside your pipeline.
          Feel a bit counterproductive.

          Simplified pipeline
           
          {code:java}
          stage('iOS Build') {
            node('ios') {
              fastlane build
            }
          }{code}

          Console output
          [Pipeline] [iOS build] node*00:00:04.172* [iOS build] Running on VASOSXDEV20 in /Users/jenkins/slave/workspace/xamarin_PR-142-LCK3VHNE4ZTFZ4JFZHITY4MB5KUNJ7QHA6CX7RHTT62XDO2OZ55A
          [Pipeline] [Android build] node*00:00:04.188* [Android build] Running on VASOSXDEV19 in /Users/jenkins/workspace/xamarin_PR-142-LCK3VHNE4ZTFZ4JFZHITY4MB5KUNJ7QHA6CX7RHTT62XDO2OZ55A
          [Pipeline] [Unit Tests] node*00:00:04.360* [Unit Tests] Running on VASOSXDEV18 in /Users/jenkins/workspace/xamarin_PR-142-LCK3VHNE4ZTFZ4JFZHITY4MB5KUNJ7QHA6CX7RHTT62XDO2OZ55A
          New: Currently you have to go back to Console Output or echo the same stuff inside your pipeline.
           Feel a bit counterproductive.

          Simplified pipeline
            
          {code:java}
          stage('iOS Build') {
            node('ios') {
              fastlane build
            }
          }{code}
          Console output
          {code:java}
          [Pipeline] [iOS build] node*00:00:04.172* [iOS build] Running on VASOSXDEV20 in /Users/jenkins/slave/workspace/xamarin_PR-142-LCK3VHNE4ZTFZ4JFZHITY4MB5KUNJ7QHA6CX7RHTT62XDO2OZ55A
           [Pipeline] [Android build] node*00:00:04.188* [Android build] Running on VASOSXDEV19 in /Users/jenkins/workspace/xamarin_PR-142-LCK3VHNE4ZTFZ4JFZHITY4MB5KUNJ7QHA6CX7RHTT62XDO2OZ55A
           [Pipeline] [Unit Tests] node*00:00:04.360* [Unit Tests] Running on VASOSXDEV18 in /Users/jenkins/workspace/xamarin_PR-142-LCK3VHNE4ZTFZ4JFZHITY4MB5KUNJ7QHA6CX7RHTT62XDO2OZ55A{code}
          Joseph Petersen (old) made changes -
          Description Original: Currently you have to go back to Console Output or echo the same stuff inside your pipeline.
           Feel a bit counterproductive.

          Simplified pipeline
            
          {code:java}
          stage('iOS Build') {
            node('ios') {
              fastlane build
            }
          }{code}
          Console output
          {code:java}
          [Pipeline] [iOS build] node*00:00:04.172* [iOS build] Running on VASOSXDEV20 in /Users/jenkins/slave/workspace/xamarin_PR-142-LCK3VHNE4ZTFZ4JFZHITY4MB5KUNJ7QHA6CX7RHTT62XDO2OZ55A
           [Pipeline] [Android build] node*00:00:04.188* [Android build] Running on VASOSXDEV19 in /Users/jenkins/workspace/xamarin_PR-142-LCK3VHNE4ZTFZ4JFZHITY4MB5KUNJ7QHA6CX7RHTT62XDO2OZ55A
           [Pipeline] [Unit Tests] node*00:00:04.360* [Unit Tests] Running on VASOSXDEV18 in /Users/jenkins/workspace/xamarin_PR-142-LCK3VHNE4ZTFZ4JFZHITY4MB5KUNJ7QHA6CX7RHTT62XDO2OZ55A{code}
          New: Currently you have to go back to Console Output or echo the same stuff inside your pipeline.
           Feel a bit counterproductive.

          Simplified pipeline
            
          {code:java}
          stage('iOS Build') {
            node('ios') {
              fastlane build
            }
          }{code}
          Console output
          {code:java}
          [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{code}
          Joseph Petersen (old) made changes -
          Attachment New: image-2017-08-16-18-12-48-045.png [ 39301 ]
          Joseph Petersen (old) made changes -
          Description Original: Currently you have to go back to Console Output or echo the same stuff inside your pipeline.
           Feel a bit counterproductive.

          Simplified pipeline
            
          {code:java}
          stage('iOS Build') {
            node('ios') {
              fastlane build
            }
          }{code}
          Console output
          {code:java}
          [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{code}
          New: Currently you have to go back to Console Output or echo the same stuff inside your pipeline.
           Feel a bit counterproductive.

          Simplified pipeline 
          {code:java}
          stage('iOS Build') {
            node('ios') {
              fastlane build
            }
          }{code}
          Console output
          {code:java}
          [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{code}

          Would like to see it added as the first step in any stage view
          !image-2017-08-16-18-12-48-045.png!
          Joseph Petersen (old) made changes -
          Attachment New: image-2017-08-16-18-27-37-265.png [ 39302 ]
          Description Original: Currently you have to go back to Console Output or echo the same stuff inside your pipeline.
           Feel a bit counterproductive.

          Simplified pipeline 
          {code:java}
          stage('iOS Build') {
            node('ios') {
              fastlane build
            }
          }{code}
          Console output
          {code:java}
          [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{code}

          Would like to see it added as the first step in any stage view
          !image-2017-08-16-18-12-48-045.png!
          New: Currently you have to go back to Console Output or echo the same stuff inside your pipeline.
           Feel a bit counterproductive.

          Simplified pipeline 
          {code:java}
          stage('iOS Build') {
            node('ios') {
              fastlane build
            }
          }{code}
          Console output
          {code:java}
          [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{code}
          Would like to see it added as the first step in any stage view
           !image-2017-08-16-18-12-48-045.png!

          Like this:
          !image-2017-08-16-18-27-37-265.png!

          James Dumay added a comment -

          This is a duplicate of JENKINS-44981. Its on the plan to fix soon, so check back shortly

          James Dumay added a comment - This is a duplicate of JENKINS-44981 . Its on the plan to fix soon, so check back shortly
          James Dumay made changes -
          Link New: This issue duplicates JENKINS-44981 [ JENKINS-44981 ]
          James Dumay made changes -
          Resolution New: Duplicate [ 3 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]

          jamesdumay it's still not in

          Joseph Petersen (old) added a comment - jamesdumay  it's still not in

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

              Created:
              Updated:
              Resolved: