Skip to content

Commit 1901a3c

Browse files
akurtakovRob Stryker
authored andcommitted
Publish all issues in Jenkins
1 parent d7e8241 commit 1901a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pipeline {
8585
archiveArtifacts artifacts: '*.log,*/target/work/data/.metadata/*.log,*/tests/target/work/data/.metadata/*.log,apiAnalyzer-workspace/.metadata/*.log,repository/target/repository/**,**/target/artifactcomparison/**', allowEmptyArchive: true
8686
junit 'org.eclipse.jdt.core.tests.javac/target/surefire-reports/*.xml'
8787
discoverGitReferenceBuild referenceJob: 'jdt-core-incubator/dom-with-javac'
88-
recordIssues publishAllIssues:false, ignoreQualityGate:true, tool: junitParser(pattern: 'org.eclipse.jdt.core.tests.javac/target/surefire-reports/*.xml'), qualityGates: [[threshold: 1, type: 'DELTA', unstable: true]]
88+
recordIssues ignoreQualityGate:true, tool: junitParser(pattern: 'org.eclipse.jdt.core.tests.javac/target/surefire-reports/*.xml'), qualityGates: [[threshold: 1, type: 'DELTA', unstable: true]]
8989
}
9090
}
9191
}

0 commit comments

Comments
 (0)