Skip to content
Snippets Groups Projects
Commit cc29d25f authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fixed exclusion pattern for warnings

parent 41f6d578
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,7 @@ def doPublish(ArrayList<String> builds) {
// Scan for compiler warnings. This is scanning the entire build logs for all labels and build types
warnings canComputeNew: false, canResolveRelativePaths: false, categoriesPattern: '',
consoleParsers: [[parserName: 'GNU Make + GNU C Compiler (gcc)']], defaultEncoding: '',
excludePattern: '.*-Wstrict-aliasing.*', healthy: '', includePattern: '', messagesPattern: '',
excludePattern: '', healthy: '', includePattern: '', messagesPattern: '.*-Wstrict-aliasing.*',
unHealthy: '', unstableTotalAll: '0'
// publish valgrind result
......
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