jenkinsci / fortify-plugin

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

How do I access new timeout setting from a Pipeline scripts. #43

Closed thezim closed 2 years ago

thezim commented 3 years ago

Running the following currently and need access to set the new read/write timeouts values so I can set them.

fortifyUpload appName: build.sscname, appVersion: branchName, resultsFile: appResultsFile

How do I set read/write timeouts values?

akaryakina commented 2 years ago

You can set those in plugin configuration, not on the job/step level.