Chris Withers simplistix.co.uk> writes:
>
> On 25/01/2013 16:27, Merrow, Frank wrote:
> >> I'd like to have a job do something and then kick off some downstream
> >> jobs, but I'd like to make some choices in the job to decide *which*
> >> downstream jobs to kick off.
> >>
> >> How can I do that
:05 AM
To: jenkinsci-users@googlegroups.com
Cc: Merrow, Frank
Subject: Re: parameterizing which downstream jobs to build
On 25/01/2013 16:27, Merrow, Frank wrote:
>> I'd like to have a job do something and then kick off some downstream
>> jobs, but I'd like to make some cho
On 25/01/2013 16:27, Merrow, Frank wrote:
I'd like to have a job do something and then kick off some downstream
jobs, but I'd like to make some choices in the job to decide *which*
downstream jobs to kick off.
How can I do that?
I see other solutions have been offered, but if you needs are com
> I'd like to have a job do something and then kick off some downstream
> jobs, but I'd like to make some choices in the job to decide *which*
> downstream jobs to kick off.
>
> How can I do that?
I see other solutions have been offered, but if you needs are complex enough .
. . google "python
Not sure as the maintainer seems to be AWOL for the last 9-10 months, will
ping the developer list to see if I can get someone to review the many Pull
requests.
On Friday, January 25, 2013 11:44:34 AM UTC, Chris Withers wrote:
>
> On 25/01/2013 11:33, cjo wrote:
> > Are you picking from a fixed
On 25/01/2013 11:33, cjo wrote:
Are you picking from a fixed set of projects?
If you are you could try the pull request I created to use the
run-condition plugin on the parameterized trigger plugin which would
allow the decision on if a particular projects is triggered to be
calculated from vari
Are you picking from a fixed set of projects?
If you are you could try the pull request I created to use the
run-condition plugin on the parameterized trigger plugin which would allow
the decision on if a particular projects is triggered to be calculated from
various options. Including files pr
On 25/01/2013 10:30, CHAVANNE Robert wrote:
It depends on what you call choice. You can use parametrized build.
The parameter would be the name of the job to trigger.
OK.
I don't know if you can choose the job to trigger automatically.
I was hoping to use logic within the job to pick the na
Chris Withers simplistix.co.uk> writes:
>
> Hi All,
>
> I'd like to have a job do something and then kick off some downstream
> jobs, but I'd like to make some choices in the job to decide *which*
> downstream jobs to kick off.
>
> How can I do that?
>
> Chris
>
Hi Chris,
It depends on w