There isn't a way to prompt for a file to be copied during the build, but maybe you could consider the File parameter from a parameterized build so that the person who starts the job can upload the file as part of starting the job.
https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build#ParameterizedBuild-Fileparameter Mark Waite On Wed, Oct 15, 2014 at 6:45 AM, niraj nandane <[email protected]> wrote: > My scenario is as follows.. > I checkout the code in scm step. Then before going to build step i want a > file opener popup which will read a file on my harddisk and copy into jobs > workspace.This will allow me to check the build before checking in the > changes in scm repository. I know there is plugin called "copy-to-slave" > but we need to give abolute path instead i want a file opener which will > show UI to choose a file. > Any help would be greatly appreciated > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Thanks! Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
