jenkinsci / file-parameters-plugin

https://plugins.jenkins.io/file-parameters/
MIT License
14 stars 11 forks source link

Disable file download from the parameters page #179

Open mehulgogri opened 1 year ago

mehulgogri commented 1 year ago

What feature do you want to see added?

Hello,

Is there a way to disable base64 file download from the parameters page?

let’s say I ran a Jenkins job with couple of base64 file parameters. Now when I go to job’s parameters page, I do not want any users to download these base64 files. We can display just the file names in the parameters value.

Allow user in the file parameter plugin to set whether files uploaded using file parameters plugin can be downloaded or not.

Upstream changes

No response