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

node {} block should hyperlink computer

XMLWordPrintable

      References to the node allocated to a job used to be clickable in the console output of a job. In Jenkins2 pipeline build output this is no longer clickable. E.g.

      node("some-node") {
      // do stuff
      }

      Output:

      Running on some-node-name in /srv/jenkins/workspace/some-workspace

      Expected:

      some-node-name to be a clickable link to http://jenkins/computer/some-node-name

            mmitche Matthew Mitchell
            mattread Matt Read
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: