-
Improvement
-
Resolution: Fixed
-
Minor
-
None
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
- is duplicated by
-
JENKINS-47435 Pipeline console log output for "Running on <slave X>" should have a link to slave X's node page
-
- Resolved
-
- links to
[JENKINS-42264] node {} block should hyperlink computer
Component/s | New: core [ 15593 ] |
Component/s | New: pipeline [ 21692 ] | |
Component/s | New: workflow-job-plugin [ 21716 ] | |
Component/s | Original: core [ 15593 ] | |
Component/s | Original: pipeline-stage-view-plugin [ 21139 ] | |
Component/s | Original: pipeline-view-plugin [ 21435 ] |
Assignee | Original: Sam Van Oort [ svanoort ] |
Component/s | New: workflow-durable-task-step-plugin [ 21715 ] | |
Component/s | Original: pipeline [ 21692 ] | |
Component/s | Original: workflow-job-plugin [ 21716 ] |
Issue Type | Original: Bug [ 1 ] | New: Improvement [ 4 ] |
Summary | Original: Console no longer creates hyperlink for node in use | New: node {} block should hyperlink computer |
Assignee | New: Matthew Mitchell [ mmitche ] |
Fixed the components in the issue