Re: downstream job set by Parameterized Trigger never runs

2013-05-15 Thread cjo
>From your two different solutions that you tried, the reasons for it not triggering are as follows Case 1 passing current build parameters, this only passes the parameters when parametrized or those passed in. So if no parameters are found in the build then downstream will no be triggered unl

Re: downstream job set by Parameterized Trigger never runs

2013-05-14 Thread Eric Pyle
Hi Dan, I think the failure to trigger a downstream job with parameters is due to a Jenkins bug: https://issues.jenkins-ci.org/browse/JENKINS-10342. So you are on the right track to work around it. Cheers, Eric On 5/14/2013 2:27 PM, Dan Tenenbaum wrote: On Tuesday, May 14, 2013 10:09:23 A

Re: downstream job set by Parameterized Trigger never runs

2013-05-14 Thread Dan Tenenbaum
On Tuesday, May 14, 2013 10:09:23 AM UTC-7, Dan Tenenbaum wrote: > > Hi, > > I'm using the Parameterized Trigger plugin. I have a multi-configuration > project (project A) which has a post-build action to "Trigger parameterized > build on other projects", configured to run another multi-configu

downstream job set by Parameterized Trigger never runs

2013-05-14 Thread Dan Tenenbaum
Hi, I'm using the Parameterized Trigger plugin. I have a multi-configuration project (project A) which has a post-build action to "Trigger parameterized build on other projects", configured to run another multi-configuration project (project B) when the build is stable, and pass B the current b