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

[Jenkins] Added warnings parser.

parent 539855d1
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,10 @@ pipeline {
post {
always {
publishReports { }
script {
warnings(canResolveRelativePaths: false,
consoleParsers: [[parserName: 'GNU C Compiler 4 (gcc)']])
}
}
failure {
dir('build') { deleteDir() }
......@@ -224,6 +228,8 @@ pipeline {
post {
always {
publishReports { }
warnings(canResolveRelativePaths: false,
consoleParsers: [[parserName: 'MSBuild']])
}
failure {
dir('build') { deleteDir() }
......@@ -370,6 +376,8 @@ pipeline {
post {
always {
dir('build') { deleteDir() }
warnings(canResolveRelativePaths: false,
consoleParsers: [[parserName: 'Clang (LLVM based)']])
}
}
}
......
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