14aea16ed9
Requires Claim Plugin. https://wiki.jenkins-ci.org/display/JENKINS/Claim+plugin Change-Id: I8daf721f125d9cd89f0aa005f396cf67405229d2 Closes-Bug: #1389301
14 lines
462 B
XML
14 lines
462 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<hudson.tasks.junit.JUnitResultArchiver>
|
|
<testResults>nosetests-example.xml</testResults>
|
|
<keepLongStdio>false</keepLongStdio>
|
|
<testDataPublishers>
|
|
<de.esailors.jenkins.teststability.StabilityTestDataPublisher/>
|
|
<hudson.plugins.claim.ClaimTestDataPublisher/>
|
|
</testDataPublishers>
|
|
</hudson.tasks.junit.JUnitResultArchiver>
|
|
</publishers>
|
|
</project>
|