|
||||||||
|
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/groups/opt_out.

Code changed in jenkins
User: bobtheshrew
Path:
src/main/java/org/jenkinsci/plugins/xunit/XUnitPublisher.java
http://jenkins-ci.org/commit/xunit-plugin/a7352df6dfb5b7e418fc2ea258c0ef1e6b67f689
Log:
Fix for JENKINS-17438
Updated getXUnitToolInfoObject() to include:
* BuildListener parameter
* Use Util.replaceMacro() to expand CustomXSL string
Updated performTests() call to getXUnitToolInfoObject() to include BuildListener parameter
* Searched rest of the code, this seems to be the only call of getXUnitToolInfoObject()
Addresses Bug: https://issues.jenkins-ci.org/browse/JENKINS-17438