diff --git a/Jenkinsfile b/Jenkinsfile index 04d7625..91abe10 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()