We have a project that creates several "testresults.xml" files in JUnit 
format when built. I've added "trunk/build/**/testresults.xml" under the 
"Publish JUnit test result report" which seems to work, but when the 
project is built Jenkins only picks up the first testresults.xml file and 
seems to ignore the rest. The files in question are generated by Catch 
(https://github.com/philsquared/Catch). I've tried other globs as well like 
"**/testresults.xml" and "**/*.xml" but they all give the same result.

The generated XML files look like this:
<testsuites>
  <testsuite errors="0" failures="0" tests="48" hostname="tbd" 
time="0.173425" timestamp="tbd">
    <testcase classname="xxxxxx" name="xxxxxxxxxx" time="0.000048"/>
    <!-- more testcase tags... -->
    <system-out/>
    <system-err/>
  </testsuite>
</testsuites>

Any ideas?

Regards,
--
Tarjei Knapstad

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to