jenkins-job-builder/tests/publishers/fixtures/pmd002.xml
Joakim Löfgren 06fc3457f9 Add PMD publisher
Change-Id: I40320337fec0d1564bb1f4b88b4f7a1aa4f2dfc5
2014-09-17 11:12:36 +02:00

30 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.plugins.pmd.PmdPublisher>
<healthy>0</healthy>
<unHealthy>100</unHealthy>
<thresholdLimit>high</thresholdLimit>
<pluginName>[PMD] </pluginName>
<defaultEncoding>utf-8</defaultEncoding>
<canRunOnFailed>true</canRunOnFailed>
<useStableBuildAsReference>false</useStableBuildAsReference>
<useDeltaValues>false</useDeltaValues>
<thresholds>
<unstableTotalAll>90</unstableTotalAll>
<unstableTotalHigh>80</unstableTotalHigh>
<unstableTotalNormal>70</unstableTotalNormal>
<unstableTotalLow>60</unstableTotalLow>
<failedTotalAll>90</failedTotalAll>
<failedTotalHigh>80</failedTotalHigh>
<failedTotalNormal>70</failedTotalNormal>
<failedTotalLow>60</failedTotalLow>
</thresholds>
<shouldDetectModules>true</shouldDetectModules>
<dontComputeNew>true</dontComputeNew>
<doNotResolveRelativePaths>false</doNotResolveRelativePaths>
<pattern>**/pmd-result.xml</pattern>
</hudson.plugins.pmd.PmdPublisher>
</publishers>
</project>