Typo
parent
bdedb80a8b
commit
2a928b91be
|
|
@ -40,7 +40,10 @@ pipeline {
|
||||||
body: "Build ${env.BUILD_URL} failed."
|
body: "Build ${env.BUILD_URL} failed."
|
||||||
}
|
}
|
||||||
always {
|
always {
|
||||||
junit allowEmptyResults: true testResults: '**/target/surefire-reports/*.xml'
|
junit {
|
||||||
|
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