2014-01-21 16:48:45 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<project>
|
|
|
|
<publishers>
|
2016-06-21 12:23:20 -04:00
|
|
|
<hudson.tasks.junit.JUnitResultArchiver plugin="junit">
|
2014-01-21 16:48:45 +01:00
|
|
|
<testResults>nosetests.xml</testResults>
|
|
|
|
<keepLongStdio>true</keepLongStdio>
|
2015-06-27 20:30:36 +05:30
|
|
|
<healthScaleFactor>1.0</healthScaleFactor>
|
2016-05-25 16:52:24 -07:00
|
|
|
<allowEmptyResults>false</allowEmptyResults>
|
2021-08-31 17:52:16 +02:00
|
|
|
<skipPublishingChecks>false</skipPublishingChecks>
|
2021-08-31 17:54:39 +02:00
|
|
|
<skipMarkingBuildUnstable>false</skipMarkingBuildUnstable>
|
2014-01-21 16:48:45 +01:00
|
|
|
<testDataPublishers/>
|
|
|
|
</hudson.tasks.junit.JUnitResultArchiver>
|
|
|
|
</publishers>
|
|
|
|
</project>
|