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

19 lines
784 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.tasks.junit.JUnitResultArchiver plugin="junit">
<testResults>nosetests-example.xml</testResults>
<keepLongStdio>false</keepLongStdio>
<healthScaleFactor>2.0</healthScaleFactor>
<allowEmptyResults>true</allowEmptyResults>
<testDataPublishers>
<de.esailors.jenkins.teststability.StabilityTestDataPublisher/>
<hudson.plugins.claim.ClaimTestDataPublisher/>
<hudson.plugins.measurement__plots.TestDataPublisher/>
<com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataPublisher/>
<hudson.plugins.junitattachments.AttachmentPublisher/>
</testDataPublishers>
</hudson.tasks.junit.JUnitResultArchiver>
</publishers>
</project>