jenkins-job-builder/tests/publishers/fixtures/robot-minimal.xml

19 lines
645 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.plugins.robot.RobotPublisher plugin="robot">
<outputPath>reports/robot</outputPath>
<logFileLink/>
<reportFileName>report.html</reportFileName>
<logFileName>log.html</logFileName>
<outputFileName>output.xml</outputFileName>
<passThreshold>0.0</passThreshold>
<unstableThreshold>0.0</unstableThreshold>
<onlyCritical>true</onlyCritical>
<enableCache>true</enableCache>
<otherFiles/>
<disableArchiveOutput>false</disableArchiveOutput>
</hudson.plugins.robot.RobotPublisher>
</publishers>
</project>