Details
-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: nodelabelparameter-plugin
-
Similar Issues:
Description
When using the nodelabel factory to trigger another job, the console output looks like this:
Found nodes: [hudson.slaves.DumbSlave@a08c262c, hudson.slaves.DumbSlave@9c8db50b, hudson.slaves.DumbSlave@a48a974d]
I know this was probably convenient, but just printing .toString() isn't really user friendly. http://javadoc.jenkins-ci.org/hudson/model/Slave.html#getNodeName%28%29 would be better, IMO.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Workflow | JNJira [ 144751 ] | JNJira + In-Review [ 191163 ] |
Code changed in jenkins
User: imod
Path:
src/main/java/org/jvnet/jenkins/plugins/nodelabelparameter/parameterizedtrigger/AllNodesForLabelBuildParameterFactory.java
http://jenkins-ci.org/commit/nodelabelparameter-plugin/95366bbcbcb018483a62319e85462597c102dfe8
Log:
[FIXED JENKINS-14120] fix confusing output