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 added a comment -

          nok would it be fine to only display it on the run screen? That would be the screen that looks like the one below

          James Dumay added a comment - nok would it be fine to only display it on the run screen? That would be the screen that looks like the one below
          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 ]

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

              Created:
              Updated:
              Resolved: