diff --git a/Jenkinsfile b/Jenkinsfile index b7ab4b7..04d7625 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ pipeline { body: "Build ${env.BUILD_URL} failed." } always { - junit testResults: '**/target/surefire-reports/*.xml' + #junit testResults: '**/target/surefire-reports/*.xml' recordIssues enabledForFailure: true, tools: [java(), javaDoc()] recordIssues enabledForFailure: false, tool: spotBugs()