From a23f5a977f9a68562535aaaf0f96a8a5319bafeb Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Tue, 12 Feb 2019 11:26:36 +0100 Subject: [PATCH] [Jenkins] Fix QVTKWidget warning. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index df4ce972a4f..cf11a52152f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -171,7 +171,7 @@ pipeline { post { always { recordIssues enabledForFailure: true, filters: [ - excludeFile('.*qrc_icons\\.cpp.*'), excludeFile('.*QVTKWidget.*'), + excludeFile('.*qrc_icons\\.cpp.*'), excludeMessage('.*QVTKWidget.*'), excludeMessage('.*tmpnam.*')], tools: [gcc4(name: 'GCC-GUI', id: 'gcc4-gui', pattern: 'build/build.log')], -- GitLab