From cc29d25f2e6e932205c5c75040c9ed1eed943364 Mon Sep 17 00:00:00 2001 From: Martin Hierholzer <martin.hierholzer@desy.de> Date: Tue, 2 Oct 2018 18:10:50 +0200 Subject: [PATCH] fixed exclusion pattern for warnings --- vars/buildTestDeploy.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/buildTestDeploy.groovy b/vars/buildTestDeploy.groovy index 8122186..6992f85 100644 --- a/vars/buildTestDeploy.groovy +++ b/vars/buildTestDeploy.groovy @@ -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 -- GitLab