Former-commit-id: 6f473bc48e
wicket
Jens Pelzetter 2020-08-16 14:03:48 +02:00
parent 22893c1064
commit 92a463ec5d
1 changed files with 2 additions and 4 deletions

6
Jenkinsfile vendored
View File

@ -40,10 +40,8 @@ pipeline {
body: "Build ${env.BUILD_URL} failed."
}
always {
junit {
allowEmptyResults: true
testResults: '**/target/surefire-reports/*.xml'
}
junit allowEmptyResults: true, testResults: '**/target/surefire-reports/*.xml'
recordIssues enabledForFailure: true, tools: [java(), javaDoc()]
recordIssues enabledForFailure: false, tool: spotBugs()