summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/warnings-minimal.xml
blob: 6702e2a302b287bcd64f083380c80959e2beaf33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<project>
  <publishers>
    <hudson.plugins.warnings.WarningsPublisher plugin="warnings">
      <consoleParsers/>
      <parserConfigurations/>
      <includePattern/>
      <excludePattern/>
      <messagesPattern/>
      <categoriesPattern/>
      <pluginName>[WARNINGS]</pluginName>
      <canRunOnFailed>false</canRunOnFailed>
      <shouldDetectModules>false</shouldDetectModules>
      <healthy/>
      <unHealthy/>
      <thresholdLimit>low</thresholdLimit>
      <defaultEncoding/>
      <doNotResolveRelativePaths>true</doNotResolveRelativePaths>
      <thresholds>
        <unstableTotalAll/>
        <unstableTotalHigh/>
        <unstableTotalNormal/>
        <unstableTotalLow/>
        <failedTotalAll/>
        <failedTotalHigh/>
        <failedTotalNormal/>
        <failedTotalLow/>
        <unstableNewAll/>
        <unstableNewHigh/>
        <unstableNewNormal/>
        <unstableNewLow/>
        <failedNewAll/>
        <failedNewHigh/>
        <failedNewNormal/>
        <failedNewLow/>
      </thresholds>
      <dontComputeNew>true</dontComputeNew>
      <useDeltaValues>false</useDeltaValues>
      <usePreviousBuildAsReference>false</usePreviousBuildAsReference>
      <useStableBuildAsReference>false</useStableBuildAsReference>
    </hudson.plugins.warnings.WarningsPublisher>
  </publishers>
</project>