diff --git a/Jenkinsfile b/Jenkinsfile index 4ead58b2409998bd93758c6a5534863916a17a2b..889857b9f9575822fbb5db20570e1586a40f9a0a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -210,7 +210,7 @@ pipeline { post { always { recordIssues enabledForFailure: true, filters: [ - excludeFile('.*qrc_icons\\.cpp.*'), excludeMessage('.*QVTKWidget.*'), + excludeFile('.*qrc_icons\\.cpp.*'), excludeMessage('.*tmpnam.*')], tools: [gcc4(name: 'GCC-GUI', id: 'gcc4-gui', pattern: 'build/build*.log')],