Code changed in jenkins
User: Wolfgang Schell
Path:
src/main/java/org/jenkinsci/plugins/xunit/service/XUnitConversionService.java
http://jenkins-ci.org/commit/xunit-plugin/098d76f8012a33f93bec1531b9cfd47a08b6a5ae
Log:
Skip log message which spams log output on console
As already described in old issue JENKINS-7612 (https://issues.jenkins-ci.org/browse/JENKINS-7612) we get a couple of hundred of lines of console output in our Jenkins build (basically one line per test class!):
[xUnit] [INFO] - Converting '/var/buildlocal/jenkins/jobs/gerrit-ci-job/workspace@3/platform/target/test-results/myproject/TEST-com.company.Testcase12345.xml' .
The workarounds mentioned in JENKINS-7612 didn't work for us (I guess they might have worked for some ancient version) and looking at the code of src/main/java/org/jenkinsci/plugins/xunit/service/XUnitLog.java its clear that there is no filtering. IMHO this log information provides no value at all so this change removes it to avoid spamming the build output.
Available with xUnit 1.15