jenkins-job-builder/tests/publishers/fixtures/junit001.xml

14 lines
471 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.tasks.junit.JUnitResultArchiver plugin="junit">
<testResults>nosetests.xml</testResults>
<keepLongStdio>true</keepLongStdio>
<healthScaleFactor>1.0</healthScaleFactor>
<allowEmptyResults>false</allowEmptyResults>
<skipPublishingChecks>false</skipPublishingChecks>
<testDataPublishers/>
</hudson.tasks.junit.JUnitResultArchiver>
</publishers>
</project>