diff --git a/build/windows/Jenkinsfile b/build/windows/Jenkinsfile index 06f3d6f4..bc4dd8e2 100644 --- a/build/windows/Jenkinsfile +++ b/build/windows/Jenkinsfile @@ -41,7 +41,7 @@ def collectBuildArtifacts() { archiveArtifacts 'target/its/**/build.log' // skipMarkingBuildUnstable: true for the mean time until tests are fixed junit skipMarkingBuildUnstable: true, testDataPublishers: [[$class: 'AttachmentPublisher'], [$class: 'StabilityTestDataPublisher']], testResults: '**/target/surefire-reports/**/*.xml' - recordIssues tools: [mavenConsole()], qualityGates: [[threshold: 12, type: 'TOTAL']], filters: [ + recordIssues tools: [mavenConsole()], qualityGates: [[threshold: 20, type: 'TOTAL']], filters: [ excludeType('site-maven-plugin:site'), excludeType('maven-surefire-plugin:test'), // printed to console by test. was since ever the case but they are now real maven warnings