Skip to content
Snippets Groups Projects
Commit 1f7b4da5 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[Jenkins] Include warningsfor *QVTKWidget* files.

parent c1f363a1
No related branches found
No related tags found
No related merge requests found
...@@ -210,7 +210,7 @@ pipeline { ...@@ -210,7 +210,7 @@ pipeline {
post { post {
always { always {
recordIssues enabledForFailure: true, filters: [ recordIssues enabledForFailure: true, filters: [
excludeFile('.*qrc_icons\\.cpp.*'), excludeMessage('.*QVTKWidget.*'), excludeFile('.*qrc_icons\\.cpp.*'),
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