Fixed another Issue in the Jenkinsfile

Jens Pelzetter 2020-08-16 13:53:48 +02:00
parent 46b6bef71e
commit 7b851b5488
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -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')