f0e874106e
Update examples filename from '*complete*' to '*full*' to make all filename consistent. Change-Id: I37d3f9bf43cae455639fc2611e33734ea2c24ebc
10 lines
379 B
XML
10 lines
379 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver plugin="cucumber-testresult-plugin">
|
|
<testResults>nosetests.xml</testResults>
|
|
<ignoreBadSteps>true</ignoreBadSteps>
|
|
</org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver>
|
|
</publishers>
|
|
</project>
|