diff --git a/Jenkinsfile b/Jenkinsfile index df4ce972a4ffd7f5e718ffe2b5cbb97cb9d99c3f..cf11a52152f77738d760fb42bbb816d2a3b3fa50 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')],