Add support for Test Stability with Junit
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
This commit is contained in:
10
tests/publishers/fixtures/junit001.xml
Normal file
10
tests/publishers/fixtures/junit001.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user