Skip to content
Snippets Groups Projects
Commit 2b097826 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Jenkins static analyzer stage filters.

parent 645dd3b2
No related branches found
No related tags found
No related merge requests found
......@@ -497,7 +497,9 @@ pipeline {
}
post {
always {
recordIssues enabledForFailure: true, tools: [[tool: [$class: 'Clang']]]
recordIssues enabledForFailure : true,
filters: [includeCategory('clang-analyzer.*')],
tools: [[name:'Clang (StaticAnalyzer)', tool:[$class:'Clang']]]
}
}
}
......
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