diff --git a/Jenkinsfile b/Jenkinsfile index b0e66c3b8e6926ff9edf89c3d7be6e95de92c2fc..8e9a9ebe6dc26455f65084fab780e46a87d3536e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -428,7 +428,7 @@ pipeline { excludeFile('.*\\.conan.*'), excludeFile('.*ThirdParty.*'), excludeFile('.*thread.hpp')], tools: [msBuild(name: 'MSVC', pattern: 'build/build*.log')], - qualityGates: [[threshold: 10, type: 'TOTAL', unstable: true]] + qualityGates: [[threshold: 9, type: 'TOTAL', unstable: true]] } success { archiveArtifacts 'build/*.zip,build/conaninfo.txt' @@ -516,7 +516,7 @@ pipeline { recordIssues enabledForFailure: true, filters: [ excludeFile('.*\\.conan.*')], tools: [clangTidy(name: 'Clang-Tidy', pattern: 'build/build.log')], - qualityGates: [[threshold: 513, type: 'TOTAL', unstable: true]] + qualityGates: [[threshold: 200, type: 'TOTAL', unstable: true]] } } }