jenkins-job-builder/tests/publishers/fixtures/robot001.xml
Somay Jain 90ec76fbfa Adding disableArchiveOutput option in Robot Framework Plugin
Change-Id: If1aa42d6cbf64e3d4c32b039d5ef1806075b3d02
2015-06-03 18:48:29 +05:30

21 lines
741 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.plugins.robot.RobotPublisher>
<outputPath>reports/robot</outputPath>
<logFileLink>report.html</logFileLink>
<reportFileName>custom-report.html</reportFileName>
<logFileName>custom-log.html</logFileName>
<outputFileName>custom-output.xml</outputFileName>
<passThreshold>80.0</passThreshold>
<unstableThreshold>60.0</unstableThreshold>
<onlyCritical>false</onlyCritical>
<otherFiles>
<string>extra-file1.html</string>
<string>extra-file2.txt</string>
</otherFiles>
<disableArchiveOutput>true</disableArchiveOutput>
</hudson.plugins.robot.RobotPublisher>
</publishers>
</project>