Re: ask for files before build

2014-10-15 Thread Mark Waite
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.

Re: ask for files before build

2014-10-15 Thread niraj nandane
Thanks Mark, this can help me but if there could any plugin as my requirement would be great On Wed, Oct 15, 2014 at 6:23 PM, Mark Waite mark.earl.wa...@gmail.com wrote: 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

RE: ask for files before build

2014-10-15 Thread Matthew.Webber
: Re: ask for files before build Thanks Mark, this can help me but if there could any plugin as my requirement would be great On Wed, Oct 15, 2014 at 6:23 PM, Mark Waite mark.earl.wa...@gmail.commailto:mark.earl.wa...@gmail.com wrote: There isn't a way to prompt for a file to be copied during

Re: ask for files before build

2014-10-15 Thread corneil.duples...@gmail.com
changes before they are checked in? Or something else? What’s in the file you want the user to upload? Matthew *From:* niraj nandane [mailto:niraj.nand...@gmail.com] *Sent:* 15 October 2014 14:03 *To:* jenkinsci-users@googlegroups.com *Subject:* Re: ask for files before build Thanks

RE: ask for files before build

2014-10-15 Thread niraj nandane
:* niraj nandane [mailto:niraj.nand...@gmail.com] *Sent:* 15 October 2014 14:03 *To:* jenkinsci-users@googlegroups.com *Subject:* Re: ask for files before build Thanks Mark, this can help me but if there could any plugin as my requirement would be great On Wed, Oct 15, 2014 at 6:23 PM

Re: ask for files before build

2014-10-15 Thread Les Mikesell
On Wed, Oct 15, 2014 at 1:36 PM, niraj nandane niraj.nand...@gmail.com wrote: Yes i want to check changes before checkin Can't you just do a build on your local machine where you are doing the work? Why does jenkins need to be involved at this point? Or alternatively, why not commit to a

Re: ask for files before build

2014-10-15 Thread niraj nandane
for files before build On Wed, Oct 15, 2014 at 1:36 PM, niraj nandane niraj.nand...@gmail.com wrote: Yes i want to check changes before checkin Can't you just do a build on your local machine where you are doing the work? Why does jenkins need to be involved at this point