-
Improvement
-
Resolution: Fixed
-
Minor
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.