summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/pmd001.xml
diff options
context:
space:
mode:
authorJoakim Löfgren <joakim.lofgren@gmail.com>2014-09-02 13:56:08 +0200
committerJoakim Löfgren <joakim.lofgren@gmail.com>2014-09-17 11:12:36 +0200
commit06fc3457f9597a5809ec314840508ebaf50e7731 (patch)
tree46cfd05d1207777da6952b30ad52c2418c781c92 /tests/publishers/fixtures/pmd001.xml
parentfeda21acb1ee63b6531f74c98964424775985793 (diff)
downloadpython-jenkins-job-builder-06fc3457f9597a5809ec314840508ebaf50e7731.tar.gz
python-jenkins-job-builder-06fc3457f9597a5809ec314840508ebaf50e7731.tar.xz
python-jenkins-job-builder-06fc3457f9597a5809ec314840508ebaf50e7731.zip
Add PMD publisher
Change-Id: I40320337fec0d1564bb1f4b88b4f7a1aa4f2dfc5
Diffstat (limited to 'tests/publishers/fixtures/pmd001.xml')
-rw-r--r--tests/publishers/fixtures/pmd001.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/publishers/fixtures/pmd001.xml b/tests/publishers/fixtures/pmd001.xml
new file mode 100644
index 00000000..8d046aa6
--- /dev/null
+++ b/tests/publishers/fixtures/pmd001.xml
@@ -0,0 +1,29 @@
+<?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/>
+ <canRunOnFailed>false</canRunOnFailed>
+ <useStableBuildAsReference>false</useStableBuildAsReference>
+ <useDeltaValues>false</useDeltaValues>
+ <thresholds>
+ <unstableTotalAll/>
+ <unstableTotalHigh>10</unstableTotalHigh>
+ <unstableTotalNormal/>
+ <unstableTotalLow/>
+ <failedTotalAll/>
+ <failedTotalHigh>1</failedTotalHigh>
+ <failedTotalNormal/>
+ <failedTotalLow/>
+ </thresholds>
+ <shouldDetectModules>false</shouldDetectModules>
+ <dontComputeNew>true</dontComputeNew>
+ <doNotResolveRelativePaths>false</doNotResolveRelativePaths>
+ <pattern>**/pmd-result.xml</pattern>
+ </hudson.plugins.pmd.PmdPublisher>
+ </publishers>
+</project>