Skip to content

Commit

Permalink
Jenkinsfile: remove dependency check result analysis (only done in wo…
Browse files Browse the repository at this point in the history
…rkflow-base)
  • Loading branch information
Dominick Leppich committed May 16, 2024
1 parent 297bb87 commit f4e1af7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,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/*.war, target/*.jar, install/db/goobi.sql', fingerprint: true
Expand Down

0 comments on commit f4e1af7

Please sign in to comment.