Skip to content

Commit

Permalink
Enable the Quality Gate
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi authored and jukzi committed Dec 2, 2023
1 parent e9e9558 commit 509d301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
apiAnalyzer-workspace/.metadata/*.log')
junit '**/target/surefire-reports/*.xml'
discoverGitReferenceBuild referenceJob: 'eclipse.pde/master'
recordIssues publishAllIssues: true, tools: [java(), mavenConsole(), javaDoc()]
recordIssues publishAllIssues: true, tools: [java(), mavenConsole(), javaDoc()], qualityGates: [[threshold: 1, type: 'NEW', unstable: true]]
}
}
}
Expand Down

0 comments on commit 509d301

Please sign in to comment.