849ca49eff
- Add reporters test module - Move build_trends_publisher to helpers module now that there is multiple modules using the function https://wiki.jenkins-ci.org/display/JENKINS/FindBugs+Plugin Change-Id: Ic537279ff875589b41823f6f5324feb61ed7054e Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
42 lines
1.7 KiB
XML
42 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<maven2-moduleset>
|
|
<reporters>
|
|
<hudson.plugins.findbugs.FindBugsReporter plugin="findbugs">
|
|
<isRankActivated>true</isRankActivated>
|
|
<includePattern>f,d,e,.*</includePattern>
|
|
<excludePattern>a,c,d,.*</excludePattern>
|
|
<usePreviousBuildAsReference>true</usePreviousBuildAsReference>
|
|
<healthy>80</healthy>
|
|
<unHealthy>10</unHealthy>
|
|
<thresholdLimit>high</thresholdLimit>
|
|
<pluginName>[FINDBUGS] </pluginName>
|
|
<defaultEncoding/>
|
|
<canRunOnFailed>true</canRunOnFailed>
|
|
<useStableBuildAsReference>true</useStableBuildAsReference>
|
|
<useDeltaValues>true</useDeltaValues>
|
|
<thresholds>
|
|
<unstableTotalAll>90</unstableTotalAll>
|
|
<unstableTotalHigh>80</unstableTotalHigh>
|
|
<unstableTotalNormal>50</unstableTotalNormal>
|
|
<unstableTotalLow>20</unstableTotalLow>
|
|
<unstableNewAll>95</unstableNewAll>
|
|
<unstableNewHigh>85</unstableNewHigh>
|
|
<unstableNewNormal>55</unstableNewNormal>
|
|
<unstableNewLow>25</unstableNewLow>
|
|
<failedTotalAll>80</failedTotalAll>
|
|
<failedTotalHigh>70</failedTotalHigh>
|
|
<failedTotalNormal>40</failedTotalNormal>
|
|
<failedTotalLow>10</failedTotalLow>
|
|
<failedNewAll>85</failedNewAll>
|
|
<failedNewHigh>75</failedNewHigh>
|
|
<failedNewNormal>45</failedNewNormal>
|
|
<failedNewLow>15</failedNewLow>
|
|
</thresholds>
|
|
<shouldDetectModules>false</shouldDetectModules>
|
|
<dontComputeNew>false</dontComputeNew>
|
|
<doNotResolveRelativePaths>false</doNotResolveRelativePaths>
|
|
<pattern/>
|
|
</hudson.plugins.findbugs.FindBugsReporter>
|
|
</reporters>
|
|
</maven2-moduleset>
|