jenkinsci / fortify-plugin

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

implemented upload-only option for the post-build action #25

Closed fransvanbuul closed 3 years ago

fransvanbuul commented 4 years ago

In earlier versions of this plugin, it was possible to use the plugin for uploading to SSC only, while obtaining the FPR through your own scripting outside of the plugin. In the 20.1 plugin, this is no longer possible: users have to configure Remote Translation/Remote Scan, Local Translation/Remote Scan or Local Translation/Local Scan, but they can't choose no scan.

While uploading to SSC is possible through fortifyclient (without the plugin) there is an added value of doing it through the plugin, because of the display of results in Jenkins and the possibility to break the build. Some Fortify users are missing this functionality in the current plugin.

This PR modifies the plugin to add a 4th option to the 3 existing ones, which is "upload only", doing exactly what the name suggests.

vrulevskyi commented 3 years ago

@fransvanbuul thank you for your contribution. Your commit was included with small amendment changes in https://github.com/jenkinsci/fortify-plugin/pull/32 as part of one of our user stories and will be available in the next release in the middle of November. Closing this pull request at this time.