Skip to content
Snippets Groups Projects

Set#22 update eclipse platform

Merged Ngoc Quang Truong requested to merge feature/updatePlatform into main
2 unresolved threads
Files
6
+ 1
7
@@ -91,13 +91,7 @@ pipeline {
always {
// Publish JUnit test result
junit testResults: 'java/*/target/surefire-reports/*.xml', allowEmptyResults: true
recordIssues aggregatingResults: true,
enabledForFailure: true,
tools: [
java(),
checkStyle(),
mavenConsole()],
qualityGates: [[threshold: 1, type: 'TOTAL', unstable: true]]
handleIssues()
Please register or sign in to reply
}
}
}
Loading