Fixed another Issue in the Jenkinsfile

Former-commit-id: 7b851b5488
wicket
Jens Pelzetter 2020-08-16 13:53:48 +02:00
parent 621d56c9c4
commit cb29a7719d
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."
}
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()