summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/scan-build001.xml
blob: d1c9964bb9f6f154f3ab42176be9e5a1f7970d8f (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<project>
  <publishers>
    <jenkins.plugins.clangscanbuild.publisher.ClangScanBuildPublisher plugin="clang-scanbuild">
      <markBuildUnstableWhenThresholdIsExceeded>true</markBuildUnstableWhenThresholdIsExceeded>
      <bugThreshold>0</bugThreshold>
      <clangexcludedpaths>external-lib</clangexcludedpaths>
      <reportFolderName>scan-build-report</reportFolderName>
    </jenkins.plugins.clangscanbuild.publisher.ClangScanBuildPublisher>
  </publishers>
</project>