Re: ask for files before build

2014-10-15 Thread niraj nandane
ther than > run-of-the mill features and fixes. > > The other option is to make a second Jenkins environment, but then you > have to sync the tests, and have more (virtual) hardware utilization.. > Pick your poison. > > ________________ > From: jenkinsci-us

Re: ask for files before build

2014-10-15 Thread Les Mikesell
On Wed, Oct 15, 2014 at 1:36 PM, niraj nandane 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 branch that won't affect

RE: ask for files before build

2014-10-15 Thread niraj nandane
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 Mark, this can help me but if there c

Re: ask for files before build

2014-10-15 Thread corneil.duples...@gmail.com
o you > want to test 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.co

RE: ask for files before build

2014-10-15 Thread Matthew.Webber
ups.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, Mark Waite mailto: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 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 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 parameterized build so

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. https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build#Pa