diff --git a/Jenkinsfile b/Jenkinsfile index a8914fa..2b2e562 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -131,7 +131,6 @@ pipeline { enabledForFailure: true, aggregatingResults: false, tools: [checkStyle(pattern: 'target/checkstyle-result.xml', reportEncoding: 'UTF-8')] ) - dependencyCheckPublisher pattern: 'target/dependency-check-report.xml' } success { archiveArtifacts artifacts: '**/target/*.jar, install/*', fingerprint: true, onlyIfSuccessful: true