2014-08-27 15:27:07 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<project>
|
|
|
|
<publishers>
|
2016-07-11 11:25:11 -04:00
|
|
|
<jenkins.plugins.clangscanbuild.publisher.ClangScanBuildPublisher plugin="clang-scanbuild">
|
2014-08-27 15:27:07 +02:00
|
|
|
<markBuildUnstableWhenThresholdIsExceeded>true</markBuildUnstableWhenThresholdIsExceeded>
|
|
|
|
<bugThreshold>0</bugThreshold>
|
2015-05-21 19:55:23 +02:00
|
|
|
<clangexcludedpaths>external-lib</clangexcludedpaths>
|
2016-06-15 20:29:03 +02:00
|
|
|
<reportFolderName>scan-build-report</reportFolderName>
|
2014-08-27 15:27:07 +02:00
|
|
|
</jenkins.plugins.clangscanbuild.publisher.ClangScanBuildPublisher>
|
|
|
|
</publishers>
|
|
|
|
</project>
|