diff --git a/Jenkinsfile b/Jenkinsfile index e8cf8e8c859a5999ebcfea1bc4fba82039412200..44bbf10b8c83e85c845d6da9bb3c921b85df7328 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -457,7 +457,7 @@ pipeline { recordIssues enabledForFailure: true, filters: [ excludeFile('.*\\.conan.*')], tools: [clangTidy(name: 'Clang-Tidy', pattern: 'build/build.log')], - qualityGates: [[threshold: 59, type: 'TOTAL', unstable: true]] + qualityGates: [[threshold: 513, type: 'TOTAL', unstable: true]] } } }