Matthieu Baerts c098805f69
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>
2018-02-14 14:33:30 +01:00

40 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.plugins.tasks.TasksPublisher plugin="tasks">
<dontComputeNew>true</dontComputeNew>
<pluginName>[TASKS] </pluginName>
<doNotResolveRelativePaths>false</doNotResolveRelativePaths>
<ignoreCase>false</ignoreCase>
<asRegexp>false</asRegexp>
<canRunOnFailed>false</canRunOnFailed>
<shouldDetectModules>false</shouldDetectModules>
<healthy/>
<unHealthy/>
<thresholdLimit>low</thresholdLimit>
<useDeltaValues>false</useDeltaValues>
<usePreviousBuildAsReference>false</usePreviousBuildAsReference>
<useStableBuildAsReference>false</useStableBuildAsReference>
<defaultEncoding/>
<thresholds plugin="analysis-core">
<unstableTotalAll/>
<unstableTotalHigh/>
<unstableTotalNormal/>
<unstableTotalLow/>
<unstableNewAll/>
<unstableNewHigh/>
<unstableNewNormal/>
<unstableNewLow/>
<failedTotalAll/>
<failedTotalHigh/>
<failedTotalNormal/>
<failedTotalLow/>
<failedNewAll/>
<failedNewHigh/>
<failedNewNormal/>
<failedNewLow/>
</thresholds>
</hudson.plugins.tasks.TasksPublisher>
</publishers>
</project>