summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/tasks-full.xml
diff options
context:
space:
mode:
authorMatthieu Baerts <matthieu.baerts@tessares.net>2018-01-11 20:13:19 +1100
committerMatthieu Baerts <matthieu.baerts@tessares.net>2018-02-14 14:33:30 +0100
commitc098805f69dec4c4760e5b559419d99c2c8bfd57 (patch)
tree6471903260e78ec6a84616701fac399cdac15c02 /tests/publishers/fixtures/tasks-full.xml
parent0b5ed0345a1aaba5c6502fedd6259932c78d750d (diff)
downloadpython-jenkins-job-builder-c098805f69dec4c4760e5b559419d99c2c8bfd57.tar.gz
python-jenkins-job-builder-c098805f69dec4c4760e5b559419d99c2c8bfd57.tar.xz
python-jenkins-job-builder-c098805f69dec4c4760e5b559419d99c2c8bfd57.zip
publishers: add Task Scanner Plugin support
Currently implement all options of version 4.52. Change-Id: I5d5cc88e15a112da03fceb066ccddfbef61f1be6 Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Diffstat (limited to 'tests/publishers/fixtures/tasks-full.xml')
-rw-r--r--tests/publishers/fixtures/tasks-full.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/tests/publishers/fixtures/tasks-full.xml b/tests/publishers/fixtures/tasks-full.xml
new file mode 100644
index 00000000..1228032d
--- /dev/null
+++ b/tests/publishers/fixtures/tasks-full.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="utf-8"?>
+<project>
+ <publishers>
+ <hudson.plugins.tasks.TasksPublisher plugin="tasks">
+ <pattern>**/*.java,**/*.c</pattern>
+ <excludePattern>specific/file.java</excludePattern>
+ <high>FIXME,XXX</high>
+ <normal>TODO</normal>
+ <low>NICETOHAVE</low>
+ <dontComputeNew>true</dontComputeNew>
+ <pluginName>[TASKS] </pluginName>
+ <doNotResolveRelativePaths>false</doNotResolveRelativePaths>
+ <ignoreCase>false</ignoreCase>
+ <asRegexp>false</asRegexp>
+ <canRunOnFailed>false</canRunOnFailed>
+ <shouldDetectModules>false</shouldDetectModules>
+ <healthy>100</healthy>
+ <unHealthy>0</unHealthy>
+ <thresholdLimit>low</thresholdLimit>
+ <useDeltaValues>false</useDeltaValues>
+ <usePreviousBuildAsReference>false</usePreviousBuildAsReference>
+ <useStableBuildAsReference>false</useStableBuildAsReference>
+ <defaultEncoding>UTF-8</defaultEncoding>
+ <thresholds plugin="analysis-core">
+ <unstableTotalAll>0</unstableTotalAll>
+ <unstableTotalHigh>0</unstableTotalHigh>
+ <unstableTotalNormal>0</unstableTotalNormal>
+ <unstableTotalLow>0</unstableTotalLow>
+ <unstableNewAll>0</unstableNewAll>
+ <unstableNewHigh>0</unstableNewHigh>
+ <unstableNewNormal>0</unstableNewNormal>
+ <unstableNewLow>0</unstableNewLow>
+ <failedTotalAll>0</failedTotalAll>
+ <failedTotalHigh>0</failedTotalHigh>
+ <failedTotalNormal>0</failedTotalNormal>
+ <failedTotalLow>0</failedTotalLow>
+ <failedNewAll>0</failedNewAll>
+ <failedNewHigh>0</failedNewHigh>
+ <failedNewNormal>0</failedNewNormal>
+ <failedNewLow>0</failedNewLow>
+ </thresholds>
+ </hudson.plugins.tasks.TasksPublisher>
+ </publishers>
+</project>