Skip to content
Snippets Groups Projects
Commit 65d573a4 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Separate ignored warnings regex by space.

parent 5b9b11e8
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ stage('Reports (Docs)') { ...@@ -26,7 +26,7 @@ stage('Reports (Docs)') {
reportName: 'Doxygen']) reportName: 'Doxygen'])
step([$class: 'WarningsPublisher', canResolveRelativePaths: false, step([$class: 'WarningsPublisher', canResolveRelativePaths: false,
messagesPattern: messagesPattern:
'.*DOT_GRAPH_MAX_NODES.,' + '.*DOT_GRAPH_MAX_NODES. ' +
'.*potential recursive class relation.*', '.*potential recursive class relation.*',
parserConfigurations: [[parserName: 'Doxygen', pattern: parserConfigurations: [[parserName: 'Doxygen', pattern:
'build/DoxygenWarnings.log']], unstableTotalAll: '0']) 'build/DoxygenWarnings.log']], unstableTotalAll: '0'])
......
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