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