-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins version 1.596.1 LTS with latest plugin versions as of 16 march 15. Upgrading from earlier version.
Jenkins master OS: Centos6.5
Jenkins being run directly
Browser is Firefox 35.0.1 or IE 11
To reproduce:
1. Create a slave node with a label name LABEL.
2. Create a matrix job.
3. In the matrix job, add a slave in the Configuration Matrix section.
4. Choose a label or node from the dropdowns in this section.
You will see something like this in each reference to the slave node and label:
nodename (null)
The string (null) used to be the description from the slave node configuration. Now it is the string 'null'. This is shown in the attachment.
[JENKINS-27449] Node description string missing from Configuration Matrix's Node/Label section
Assignee | Original: Kohsuke Kawaguchi [ kohsuke ] | New: Daniel Beck [ danielbeck ] |
Component/s | New: core [ 15593 ] |
Workflow | Original: JNJira [ 161657 ] | New: JNJira + In-Review [ 180783 ] |
Assignee | Original: Daniel Beck [ danielbeck ] |
This probably broke in 1.580 when I added configurable descriptions for LabelAtoms, completely missing that they already had generated descriptions.