jenkinsci / fortify-plugin

Fortify Jenkins plugin
https://plugins.jenkins.io/fortify
Other
23 stars 29 forks source link

extra flag to make fortifyUpload step throw an exception when issues are found #55

Closed maroschutte closed 2 years ago

maroschutte commented 2 years ago

See https://github.com/jenkinsci/fortify-plugin/issues/54

akaryakina commented 2 years ago

Closing since we've implemented a different way to return a status (nr of issues satisfying the failure condition) from the fortifyUpload step. This can be checked against > 0 to determine if the step is responsible for setting the build unstable.