jenkins-job-builder/tests/publishers/fixtures/junit002.xml
Vadim Rutkovsky 14aea16ed9 Adds claim-build support junit publisher
Requires Claim Plugin.
https://wiki.jenkins-ci.org/display/JENKINS/Claim+plugin

Change-Id: I8daf721f125d9cd89f0aa005f396cf67405229d2
Closes-Bug: #1389301
2014-11-06 14:09:38 +01:00

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>