Skip to content

Commit

Permalink
ci: update to latest CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominick Leppich committed May 17, 2024
1 parent 13b66bd commit 24a4f41
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 @@ -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
Expand Down

0 comments on commit 24a4f41

Please sign in to comment.