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

[Jenkins] Ignore Conan Qt warnings on Windows.

parent e0dae697
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,8 @@ pipeline {
always {
publishReports { }
warnings(canResolveRelativePaths: false,
consoleParsers: [[parserName: 'MSBuild']])
consoleParsers: [[parserName: 'MSBuild']],
messagesPattern: '.*\\.conan.*')
}
failure {
dir('build') { deleteDir() }
......
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