Re: Need help on Parameterized Trigger Plugin of Jenkins

2011-08-17 Thread Deepti Kalakeri
On Wed, Aug 17, 2011 at 4:05 AM, Michael Hudson-Doyle < michael.hud...@canonical.com> wrote: > On Tue, 16 Aug 2011 20:47:33 +0530, Deepti Kalakeri < > deepti.kalak...@linaro.org> wrote: > > On Tue, Aug 16, 2011 at 8:15 PM, James Westby >wrote: > > > > > On Tue, 16 Aug 2011 18:02:02 +0530, Deepti

Re: Need help on Parameterized Trigger Plugin of Jenkins

2011-08-16 Thread Venkatraman S
Check the 2nd screenshot -trigger_p..*.png. That's essentially composing the values to be passed to the downstream job. You have to have the same named parameter in your downstream job as well. Best regards, Venkat. (Sent from my phone) On 8/16/11, Deepti Kalakeri wrote: > On Tue, Aug 16, 2011 at

Re: Need help on Parameterized Trigger Plugin of Jenkins

2011-08-16 Thread Deepti Kalakeri
On Tue, Aug 16, 2011 at 11:24 PM, James Westby wrote: > Thanks, this looks like great information. Deepti, does this work for > you? > > I know this should work, but I am still not successful with this. Regards, Deepti. > Thanks, > > James > > On Tue, 16 Aug 2011 19:57:56 +0530, Venkatraman S >

Re: Need help on Parameterized Trigger Plugin of Jenkins

2011-08-16 Thread Deepti Kalakeri
Hello Venkatraman, Thanks for the quick reply. On Tue, Aug 16, 2011 at 7:57 PM, Venkatraman S wrote: > 1. You should check the "This build is parametrized" box for the > downstream (Sanity testing) job. Then the parameters for these jobs > should be defined (preferably with some sane defaults)

Re: Need help on Parameterized Trigger Plugin of Jenkins

2011-08-16 Thread James Westby
Thanks, this looks like great information. Deepti, does this work for you? Thanks, James On Tue, 16 Aug 2011 19:57:56 +0530, Venkatraman S wrote: > 1. You should check the "This build is parametrized" box for the > downstream (Sanity testing) job. Then the parameters for these jobs > should be

Re: Need help on Parameterized Trigger Plugin of Jenkins

2011-08-16 Thread Deepti Kalakeri
On Tue, Aug 16, 2011 at 8:15 PM, James Westby wrote: > On Tue, 16 Aug 2011 18:02:02 +0530, Deepti Kalakeri < > deepti.kalak...@linaro.org> wrote: > > Hello, > > > > I am using jenkins for continuous integration work. > > I have a requirement where I need to trigger a job as part of the post > buil

Re: Need help on Parameterized Trigger Plugin of Jenkins

2011-08-16 Thread James Westby
On Tue, 16 Aug 2011 18:02:02 +0530, Deepti Kalakeri wrote: > Hello, > > I am using jenkins for continuous integration work. > I have a requirement where I need to trigger a job as part of the post build > step of a job. > For example I have a job to build a source and I would like to trigger the

Need help on Parameterized Trigger Plugin of Jenkins

2011-08-16 Thread Deepti Kalakeri
Hello, I am using jenkins for continuous integration work. I have a requirement where I need to trigger a job as part of the post build step of a job. For example I have a job to build a source and I would like to trigger the job that tests the binaries as part of the post build step. Although I a