3fe4a3d214
Adds test-stability option to junit test result publisher, requires Test stability plugin to be installed. https://wiki.jenkins-ci.org/display/JENKINS/Test+stability+plugin Change-Id: Idd7ef1bdeaf9e6fd8881bab5729950dc717ce9f3
11 lines
299 B
XML
11 lines
299 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<hudson.tasks.junit.JUnitResultArchiver>
|
|
<testResults>nosetests.xml</testResults>
|
|
<keepLongStdio>true</keepLongStdio>
|
|
<testDataPublishers/>
|
|
</hudson.tasks.junit.JUnitResultArchiver>
|
|
</publishers>
|
|
</project>
|