Fixed another Issue in the Jenkinsfile
parent
64a7593e05
commit
42920ec24a
|
|
@ -40,8 +40,8 @@ pipeline {
|
|||
body: "Build ${env.BUILD_URL} failed."
|
||||
}
|
||||
always {
|
||||
junit testResults: '**/target/surefire-reports/*.xml'
|
||||
|
||||
junit allowEmptyResults testResults: '**/target/surefire-reports/*.xml'
|
||||
|
||||
recordIssues enabledForFailure: true, tools: [java(), javaDoc()]
|
||||
recordIssues enabledForFailure: false, tool: spotBugs()
|
||||
recordIssues enabledForFailure: false, tool: cpd(pattern: '**/target/cpd.xml')
|
||||
|
|
|
|||
Loading…
Reference in New Issue