Hi Brian, My requirement is like the variable value i give may differ everytime i execute the job. Like i may give "fruits=apple banana coconut" one time and next time it will be different value. So i want to take that as a variable to inject different values. Next time i may give "fruits=mango"
So execution of the job should be when i give 3 fruit names there will concurrent execution of jobs for 3 fruits at a time. And when i give 1 there will be one execution at all. Thanks, Arun On Thursday, 7 June 2012 03:16:00 UTC+5:30, Brian J. Murrell wrote: > > On 12-06-05 05:50 AM, Arun Kumar wrote: > > Hi, > > Hi, > > > *Parameters:* > > * > > * > > fruits=apple banana coconut > > > > Configuration Matrix : User-defined Axis > > Name : PRODUCTS > > Values : $fruits > > Build > > Execute shell > > Command : build ${PRODUCT} > > Do you mean something along the lines of this: > https://issues.jenkins-ci.org/browse/JENKINS-9266. You want a build > parameter in the parent job to set the hosts, I want build steps. They > are just variants of the same thing IMHO. > > b. > > >