|
||||||||
|
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: Peter Jönsson
Path:
src/main/java/org/jenkinsci/plugins/xunit/ExtraConfiguration.java
src/main/java/org/jenkinsci/plugins/xunit/XUnitProcessor.java
http://jenkins-ci.org/commit/xunit-plugin/719b511a87bf0ffa31be28c0f9e4d05b9e185e0c
Log:
JENKINS-21220 - Make XUnitProcessor serializable
When processing xUnit files on remote SSH slaves the following error
was obserserved:
The plugin hasn't been performed correctly: remote file operation failed: /home/jenkins/workspace/xunit at hudson.remoting.Channel@56f87a20:slave
When investigating it was found that a NotSerializableException was
thrown. Simply make the needed classes serializable.