jenkins-job-builder/tests/publishers/fixtures/logparser-full.xml

13 lines
457 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.plugins.logparser.LogParserPublisher plugin="log-parser">
<unstableOnWarning>true</unstableOnWarning>
<failBuildOnError>true</failBuildOnError>
<showGraphs>false</showGraphs>
<useProjectRule>false</useProjectRule>
<parsingRulesPath>/path/to/global-rules</parsingRulesPath>
</hudson.plugins.logparser.LogParserPublisher>
</publishers>
</project>