62f57fb5db
The Clang Scan-Build plugin release 1.7 adds an option to specify the directory where the generated reports are expected. Without this change, builds that have a Scan-Build-Publisher configured fail with a NPE because the 'reportFolderName' element is missing in the config. Reference: https://issues.jenkins-ci.org/browse/JENKINS-18941 Change-Id: Ide3627a58198c81744f9c360f45929a23dce5d23
7 lines
146 B
YAML
7 lines
146 B
YAML
publishers:
|
|
- scan-build:
|
|
mark-unstable: true
|
|
threshold: 0
|
|
exclude-paths: external-lib
|
|
report-folder: scan-build-report
|