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

[Jenkins] Mark stage unstable on Doxygen warnings.

parent 3343a876
No related branches found
No related tags found
No related merge requests found
...@@ -153,7 +153,7 @@ pipeline { ...@@ -153,7 +153,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')],
failedTotalAll: 1 unstableTotalAll: 1
} }
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