d3307d6938
Support both global and per-project rules, and the showGraphs option, both of which became possible in the 2.0 release: https://github.com/jenkinsci/log-parser-plugin/compare/log-parser-1.0.8...log-parser-2.0ecde717b9b
6e75ecc8f9
Change-Id: I38b0058467d16ca7e3c4d3dc4edb2c9294551f15
13 lines
457 B
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>
|