Christian Fetzer d7f830bf0f Add support for Clang Scan-Build plugin version 1.5
The Clang Scan-Build plugin release 1.5 adds an option to exclude
a list of paths (for example to third party libraries) from the report.

Change-Id: Icd1226d7b24ba10431cac88dbdb33802e225a6d5
2015-05-28 10:58:11 +00:00

11 lines
427 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<jenkins.plugins.clangscanbuild.publisher.ClangScanBuildPublisher>
<markBuildUnstableWhenThresholdIsExceeded>true</markBuildUnstableWhenThresholdIsExceeded>
<bugThreshold>0</bugThreshold>
<clangexcludedpaths>external-lib</clangexcludedpaths>
</jenkins.plugins.clangscanbuild.publisher.ClangScanBuildPublisher>
</publishers>
</project>