Skip to content
Snippets Groups Projects
Commit 54c298c1 authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

[Jenkins] Better warning exclusion.

parent a23f5a97
No related branches found
No related tags found
No related merge requests found
......@@ -389,8 +389,8 @@ pipeline {
GoogleTest(pattern: 'build/Tests/testrunner.xml')
])
recordIssues enabledForFailure: true, filters: [
excludeFile('.*qrc_icons\\.cpp.*'), excludeFile('.*QVTKWidget.*'),
excludeCategory('-Wdeprecated-declarations')],
excludeFile('.*qrc_icons\\.cpp.*'), excludeMessage('.*QVTKWidget.*'),
excludeMessage('.*tmpnam.*')],
tools: [clang(name: 'Clang (macOS)', pattern: 'build/build.log',
id: 'clang-mac')], unstableTotalAll: 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment