Skip to content

Commit

Permalink
Moved publisher to maven step
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Tkáčik <tonydamage@gmail.com>
  • Loading branch information
tonydamage committed Sep 4, 2023
1 parent a2ee94d commit c8d25c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/jenkins/midpoint-security-pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ podTemplate(

mvn org.owasp:dependency-check-maven:aggregate
"""
dependencyCheckPublisher pattern: 'target/dependency-check-report.xml'
}
}
stage("publish") {
dependencyCheckPublisher pattern: 'target/dependency-check-report.xml'
}

currentBuild.result = 'SUCCESS'
} catch (Exception e) {
Expand Down

0 comments on commit c8d25c2

Please sign in to comment.