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

[jenkins] Tighten up qualityGates.

parent 73d1aeda
No related branches found
No related tags found
No related merge requests found
...@@ -428,7 +428,7 @@ pipeline { ...@@ -428,7 +428,7 @@ pipeline {
excludeFile('.*\\.conan.*'), excludeFile('.*ThirdParty.*'), excludeFile('.*\\.conan.*'), excludeFile('.*ThirdParty.*'),
excludeFile('.*thread.hpp')], excludeFile('.*thread.hpp')],
tools: [msBuild(name: 'MSVC', pattern: 'build/build*.log')], tools: [msBuild(name: 'MSVC', pattern: 'build/build*.log')],
qualityGates: [[threshold: 10, type: 'TOTAL', unstable: true]] qualityGates: [[threshold: 9, type: 'TOTAL', unstable: true]]
} }
success { success {
archiveArtifacts 'build/*.zip,build/conaninfo.txt' archiveArtifacts 'build/*.zip,build/conaninfo.txt'
...@@ -516,7 +516,7 @@ pipeline { ...@@ -516,7 +516,7 @@ pipeline {
recordIssues enabledForFailure: true, filters: [ recordIssues enabledForFailure: true, filters: [
excludeFile('.*\\.conan.*')], excludeFile('.*\\.conan.*')],
tools: [clangTidy(name: 'Clang-Tidy', pattern: 'build/build.log')], tools: [clangTidy(name: 'Clang-Tidy', pattern: 'build/build.log')],
qualityGates: [[threshold: 513, type: 'TOTAL', unstable: true]] qualityGates: [[threshold: 200, type: 'TOTAL', unstable: 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