Fixed another Issue in the Jenkinsfile

ccm-docs
Jens Pelzetter 2020-08-16 13:53:48 +02:00
parent 64a7593e05
commit 42920ec24a
1 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -40,7 +40,7 @@ pipeline {
body: "Build ${env.BUILD_URL} failed." body: "Build ${env.BUILD_URL} failed."
} }
always { always {
junit testResults: '**/target/surefire-reports/*.xml' junit allowEmptyResults 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()