jenkins-job-builder/tests/publishers/fixtures/cucumber-testresult-full.xml
Dong Ma f0e874106e Update examples filename
Update examples filename from '*complete*' to '*full*' to make all
filename consistent.

Change-Id: I37d3f9bf43cae455639fc2611e33734ea2c24ebc
2017-06-11 17:15:44 +08:00

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>