|
||||||||
|
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: Chad Strauch
Path:
src/main/java/hudson/plugins/tfs/TFSLabeler.java
http://jenkins-ci.org/commit/tfs-plugin/98af3db1a544d9e43512add0be0ccd5bdf3e6631
Log:
https://issues.jenkins-ci.org/browse/JENKINS-23344 - Fixed whenToLabel in config.xml
The overridden newInstance() method was causing the <whenToLabel>
element to be removed from a job's config.xml file. TFSLabeler is
already instantiated because of @DataBoundConstructor.