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

Developer can see a description for a pipeline run

    • Blue Ocean 1.1-beta4

      Example 1

      node {
         sh 'ping -c 5 localhost'
         currentBuild.description = "go to http://www.apple.com/";
      }
      

          [JENKINS-41769] Developer can see a description for a pipeline run

          Martin Noack created issue -
          Martin Noack made changes -
          Description Original: In the old ui we are using the "currentBuild.description" to set version and add a html link to the binary deployment.

          It is possible to display the description on each build also in the blue ocean ui?
          New: In the old ui we are using the "currentBuild.description" to set version string and add a html link to the binary deployment.

          It is possible to display the description on each build also in the blue ocean ui?
          James Dumay made changes -
          Description Original: In the old ui we are using the "currentBuild.description" to set version string and add a html link to the binary deployment.

          It is possible to display the description on each build also in the blue ocean ui?
          New:
          *Original request*
          In the old ui we are using the "currentBuild.description" to set version string and add a html link to the binary deployment.
          It is possible to display the description on each build also in the blue ocean ui?

          *Example Pipeline*
          {code}
          node {
             sh 'ping -c 5 localhost'
             currentBuild.description = "go to http://www.apple.com/";
          }
          {code}
          James Dumay made changes -
          Attachment New: #660 2017-02-07 07-52-49.png [ 35780 ]
          James Dumay made changes -
          Attachment Original:  #660 2017-02-07 07-52-49.png [ 35780 ]
          James Dumay made changes -
          Attachment New: run.png [ 35781 ]
          James Dumay made changes -
          Summary Original: Display "description" in build New: Developer can see a description for a run
          James Dumay made changes -
          Summary Original: Developer can see a description for a run New: Developer can see a user definable description for a pipeline run
          James Dumay made changes -
          Epic Link New: JENKINS-35750 [ 171713 ]
          James Dumay made changes -
          Description Original:
          *Original request*
          In the old ui we are using the "currentBuild.description" to set version string and add a html link to the binary deployment.
          It is possible to display the description on each build also in the blue ocean ui?

          *Example Pipeline*
          {code}
          node {
             sh 'ping -c 5 localhost'
             currentBuild.description = "go to http://www.apple.com/";
          }
          {code}
          New: *Original request*
          In the old ui we are using the "currentBuild.description" to set version string and add a html link to the binary deployment.
          It is possible to display the description on each build also in the blue ocean ui?

          *Example Pipeline*
          {code}
          node {
             sh 'ping -c 5 localhost'
             currentBuild.description = "go to http://www.apple.com/";
          }
          {code}
          James Dumay made changes -
          Description Original: *Original request*
          In the old ui we are using the "currentBuild.description" to set version string and add a html link to the binary deployment.
          It is possible to display the description on each build also in the blue ocean ui?

          *Example Pipeline*
          {code}
          node {
             sh 'ping -c 5 localhost'
             currentBuild.description = "go to http://www.apple.com/";
          }
          {code}
          New: *Scope*
          * {{currentBuild.description}} replaces the trigger reason on the Run screen and Message column on the activity
          ** Overrides any other commit or trigger reason message
          * Escapes HTML but allows hrefs
          ** HREF only displayed on the Run screen
          ** All html including HREF excluded when shown elsewhere, such as the message column

          *Original request*
          In the old ui we are using the "currentBuild.description" to set version string and add a html link to the binary deployment.
          It is possible to display the description on each build also in the blue ocean ui?

          *Example Pipeline*
          {code}
          node {
             sh 'ping -c 5 localhost'
             currentBuild.description = "go to http://www.apple.com/";
          }
          {code}

            jamesdumay James Dumay
            nok Martin Noack
            Votes:
            3 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: