Michael Jeanson e0eb05d7ef Add messages and categories ignores to warnings publisher
Change-Id: I97aa2a92643ba0f654f3c01557bf9cb8713911ad
Signed-off-by: Michael Jeanson <mjeanson@gmail.com>
2017-12-14 16:36:01 -05:00

44 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.plugins.warnings.WarningsPublisher plugin="warnings">
<consoleParsers/>
<parserConfigurations/>
<includePattern/>
<excludePattern/>
<messagesPattern/>
<categoriesPattern/>
<pluginName>[WARNINGS]</pluginName>
<canRunOnFailed>false</canRunOnFailed>
<shouldDetectModules>false</shouldDetectModules>
<healthy/>
<unHealthy/>
<thresholdLimit>low</thresholdLimit>
<defaultEncoding/>
<doNotResolveRelativePaths>true</doNotResolveRelativePaths>
<thresholds>
<unstableTotalAll/>
<unstableTotalHigh/>
<unstableTotalNormal/>
<unstableTotalLow/>
<failedTotalAll/>
<failedTotalHigh/>
<failedTotalNormal/>
<failedTotalLow/>
<unstableNewAll/>
<unstableNewHigh/>
<unstableNewNormal/>
<unstableNewLow/>
<failedNewAll/>
<failedNewHigh/>
<failedNewNormal/>
<failedNewLow/>
</thresholds>
<dontComputeNew>true</dontComputeNew>
<useDeltaValues>false</useDeltaValues>
<usePreviousBuildAsReference>false</usePreviousBuildAsReference>
<useStableBuildAsReference>false</useStableBuildAsReference>
</hudson.plugins.warnings.WarningsPublisher>
</publishers>
</project>