Don't check for Junit results in Jenkinsfile
parent
f70df33ff3
commit
98d2b0562a
|
|
@ -32,7 +32,7 @@ pipeline {
|
|||
body: "Build ${env.BUILD_URL} failed."
|
||||
}
|
||||
always {
|
||||
junit testResults: '**/target/surefire-reports/*.xml'
|
||||
#junit testResults: '**/target/surefire-reports/*.xml'
|
||||
|
||||
recordIssues enabledForFailure: true, tools: [java(), javaDoc()]
|
||||
recordIssues enabledForFailure: false, tool: spotBugs()
|
||||
|
|
|
|||
Loading…
Reference in New Issue