How to upload a generic file into a Jenkins job?
15:05 15 Dec 2014

I am trying to find a way to prompt the user to select and upload a generic file from a local machine to a Jenkins job prior to build. The input file that user is going to upload is not necessarily a text or a property file.

I am specifically trying to get the user to "select" their desired file - browse to their file ; the user should not pass the file's path.

Thanks

jenkins jenkins-plugins