Skip to content
Snippets Groups Projects
Unverified Commit a23f5a97 authored by Lars Bilke's avatar Lars Bilke Committed by GitHub
Browse files

[Jenkins] Fix QVTKWidget warning.

parent fcda44f7
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,7 @@ pipeline { ...@@ -171,7 +171,7 @@ pipeline {
post { post {
always { always {
recordIssues enabledForFailure: true, filters: [ recordIssues enabledForFailure: true, filters: [
excludeFile('.*qrc_icons\\.cpp.*'), excludeFile('.*QVTKWidget.*'), excludeFile('.*qrc_icons\\.cpp.*'), excludeMessage('.*QVTKWidget.*'),
excludeMessage('.*tmpnam.*')], excludeMessage('.*tmpnam.*')],
tools: [gcc4(name: 'GCC-GUI', id: 'gcc4-gui', tools: [gcc4(name: 'GCC-GUI', id: 'gcc4-gui',
pattern: 'build/build.log')], pattern: 'build/build.log')],
......
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