diff --git a/Jenkinsfile b/Jenkinsfile index 7bd15e6f545..049db44919b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ pipeline { archiveArtifacts artifacts: '.*log,*/target/work/data/.metadata/.*log,*/tests/target/work/data/.metadata/.*log,apiAnalyzer-workspace/.metadata/.*log', allowEmptyArchive: true junit '**/target/surefire-reports/TEST-*.xml' discoverGitReferenceBuild referenceJob: 'eclipse.platform/master' - recordIssues publishAllIssues: true, tools: [eclipse(), mavenConsole(), javaDoc(), junitParser()], qualityGates: [[threshold: 1, type: 'DELTA', unstable: true]] + recordIssues tools: [eclipse(), mavenConsole(), javaDoc()], qualityGates: [[threshold: 1, type: 'DELTA', unstable: true]] } } }