Enhancement #2179

Updated by J. Wienke about 9 years ago

<pre>
<code class="xml">
<xunit plugin="xunit@1.91">
<types>
<JUnitType>
<pattern>test-reports/*.xml</pattern>
<skipNoTestFiles>false</skipNoTestFiles>
<failIfNotNew>false</failIfNotNew>
<deleteOutputFiles>false</deleteOutputFiles>
<stopProcessingIfError>true</stopProcessingIfError>
</JUnitType>
<GoogleTestType>
<pattern>bla foo</pattern>
<skipNoTestFiles>false</skipNoTestFiles>
<failIfNotNew>true</failIfNotNew>
<deleteOutputFiles>true</deleteOutputFiles>
<stopProcessingIfError>true</stopProcessingIfError>
</GoogleTestType>
<BoostTestJunitHudsonTestType>
<pattern>sfjkasdfjksajdlkf</pattern>
<skipNoTestFiles>false</skipNoTestFiles>
<failIfNotNew>true</failIfNotNew>
<deleteOutputFiles>true</deleteOutputFiles>
<stopProcessingIfError>true</stopProcessingIfError>
</BoostTestJunitHudsonTestType>
<ValgrindJunitHudsonTestType>
<pattern>ghdghfgh</pattern>
<skipNoTestFiles>false</skipNoTestFiles>
<failIfNotNew>true</failIfNotNew>
<deleteOutputFiles>true</deleteOutputFiles>
<stopProcessingIfError>true</stopProcessingIfError>
</ValgrindJunitHudsonTestType>
</types>
<thresholds>
<org.jenkinsci.plugins.xunit.threshold.FailedThreshold>
<unstableThreshold/>
<unstableNewThreshold/>
<failureThreshold/>
<failureNewThreshold/>
</org.jenkinsci.plugins.xunit.threshold.FailedThreshold>
<org.jenkinsci.plugins.xunit.threshold.SkippedThreshold>
<unstableThreshold/>
<unstableNewThreshold/>
<failureThreshold/>
<failureNewThreshold/>
</org.jenkinsci.plugins.xunit.threshold.SkippedThreshold>
</thresholds>
<thresholdMode>1</thresholdMode>
<extraConfiguration>
<testTimeMargin>3000</testTimeMargin>
</extraConfiguration>
</xunit>
</code>
</pre>
&lt;pre&gt;

Back