diff --git a/Jenkinsfile b/Jenkinsfile index 46ceb7ee..e2fa809f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { always { junit testResults: '**/target/surefire-reports/TEST-*.xml' - recordIssues enabledForFailure: true, tool: spotBugs() + //recordIssues enabledForFailure: true, tool: spotBugs() recordIssues enabledForFailure: true, tool: pmdParser(pattern: '**/target/pmd.xml') } failure {