jenkins-job-builder/tests/publishers/fixtures/logparser001.xml

11 lines
353 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.plugins.logparser.LogParserPublisher>
<unstableOnWarning>true</unstableOnWarning>
<failBuildOnError>true</failBuildOnError>
<parsingRulesPath>/path/to/parserules</parsingRulesPath>
</hudson.plugins.logparser.LogParserPublisher>
</publishers>
</project>