Code changed in jenkins
User: Dridi Boukelmoune
Path:
src/main/java/com/thalesgroup/hudson/plugins/cpptest/CpptestInputMetric.java
src/test/java/com/thalesgroup/hudson/plugins/cpptest/CpptestXSLTest.java
src/test/resources/com/thalesgroup/hudson/plugins/cpptest/testcase2/junit-result.xml
src/test/resources/com/thalesgroup/hudson/plugins/cpptest/testcase2/result.xml
http://jenkins-ci.org/commit/cpptest-plugin/e607affb871ea1a3c157ae3cba8d7e942a90a248
Log:
Choose the XSL file based on the report version

Starting with cpptest 9.0, the report file format changed slightly,
fortunately the tool version can be found at the same address xml-wise.

This implementation uses a stream reader to avoid completely reading the
report twice: once for the version, and once for the conversion. This is
convenient since the tool version is in the very first element.

The file `cpptestunit-9.0-to-junit-1.0.xsl` isn't actually part of this
commit.

refs JENKINS-18727

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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to