Skip to content
Snippets Groups Projects
Commit 5179a173 authored by Tom Fischer's avatar Tom Fischer
Browse files

[Jenkins] Raised doxygen error threshold.

This is necessary because of a doxygen bug in
documenting overloaded functions.
parent d639b8f6
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ pipeline { ...@@ -152,7 +152,7 @@ pipeline {
// Doxygen is handled by gcc4 parser as well // Doxygen is handled by gcc4 parser as well
tools: [gcc4(name: 'Doxygen', id: 'doxygen', tools: [gcc4(name: 'Doxygen', id: 'doxygen',
pattern: 'build/DoxygenWarnings.log')], pattern: 'build/DoxygenWarnings.log')],
unstableTotalAll: 1 unstableTotalAll: 2
} }
success { success {
publishHTML(target: [allowMissing: false, alwaysLinkToLastBuild: true, publishHTML(target: [allowMissing: false, alwaysLinkToLastBuild: true,
......
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