parent
22893c1064
commit
92a463ec5d
|
|
@ -40,10 +40,8 @@ pipeline {
|
||||||
body: "Build ${env.BUILD_URL} failed."
|
body: "Build ${env.BUILD_URL} failed."
|
||||||
}
|
}
|
||||||
always {
|
always {
|
||||||
junit {
|
junit allowEmptyResults: true, testResults: '**/target/surefire-reports/*.xml'
|
||||||
allowEmptyResults: true
|
|
||||||
testResults: '**/target/surefire-reports/*.xml'
|
|
||||||
}
|
|
||||||
|
|
||||||
recordIssues enabledForFailure: true, tools: [java(), javaDoc()]
|
recordIssues enabledForFailure: true, tools: [java(), javaDoc()]
|
||||||
recordIssues enabledForFailure: false, tool: spotBugs()
|
recordIssues enabledForFailure: false, tool: spotBugs()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue