|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Daniel Beck
Path:
core/src/main/java/hudson/model/Label.java
core/src/main/java/hudson/model/labels/LabelAtom.java
core/src/main/resources/hudson/model/AbstractModelObject/descriptionForm.jelly
core/src/main/resources/hudson/model/Label/index.jelly
core/src/main/resources/hudson/model/Label/sidepanel.jelly
core/src/main/resources/hudson/model/labels/LabelAtom/configure.jelly
http://jenkins-ci.org/commit/jenkins/1657107f9e875eb5357e4d724245a0be810f97bc
Log:
[FIXED JENKINS-6153] Add description for label atoms
The change to descriptionForm.jelly is necessary because JEXL
interprets the previous version as a call to the static method
get(String) of LabelAtom if ${it} is of that type.