Re: Run Tests Distributed

2012-06-02 Thread Brian Parker
Unless I'm mistaken, I think using the multiconfiguration job type would require that the tests to run and the distribution of those tests is static (at job config time) rather than dynamic (determined at job runtime). If you need it to be dynamic, you could do something like this using the Parame

Re: Trigger downstream jobs depending upon the some input parameter

2012-06-02 Thread Brian Parker
On Thu, May 31, 2012 at 5:59 AM, Arun Kumar wrote: > Thanks Brian, > > yes i use Parameterized trigger plugin. But if i use "projects to build" > field, then i cannot condition the downstream job right? I got a answer to > my query from OSUBeavBane as below. > I'm glad you found an answer you

Re: Trigger downstream jobs depending upon the some input parameter

2012-05-31 Thread Brian Parker
If you are using the Parameterized Trigger plugin, the "projects to build" field can be a build environment variable. So, if you can inject the downstream job name into the build environment, you can trigger it. Cheers, Brian On Wed, May 30, 2012 at 1:03 AM, Arun Kumar wrote: > Hi, > > I hav