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

Merge pull request #1880 from bilke/fix-doxygen-warnings

[Jenkins] Fix Doxygen ignored warnings.
parents d9962243 0e7dfae0
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,9 @@ stage('Reports (Docs)') {
keepAll: true, reportDir: 'build/docs', reportFiles: 'index.html',
reportName: 'Doxygen'])
step([$class: 'WarningsPublisher', canResolveRelativePaths: false,
messagesPattern:
'.*DOT_GRAPH_MAX_NODES.,' +
'.*potential recursive class relation.*',
messagesPattern: """
.*DOT_GRAPH_MAX_NODES.
.*potential recursive class relation.*""",
parserConfigurations: [[parserName: 'Doxygen', pattern:
'build/DoxygenWarnings.log']], unstableTotalAll: '0'])
}
......
......@@ -21,7 +21,7 @@ node('envinf11w') {
stage('Build') { build.linux(script: this) }
stage('Test') { build.linux(cmd: 'make -j 1',
script: this,
target: 'tests ctest-large') }
target: 'tests ctest-large-serial') }
}
stage('Post') {
......
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