I was able to update sooner. So this uses a groovy statement to deal
with the combination... how exactly would this work? And how would I
make use of a parameter on the build doing the triggering to decide
which of two combinations to use?

Do you have an example I could look at?

Ben

On Fri, Aug 31, 2012 at 7:11 AM, Benjamin Lau <benjamin.a....@gmail.com> wrote:
> Haha... I'm currently running 2.13... so close. ;-)
>
> I'll update tonight since the day's builds are just starting. Jenkins
> was in need of a maintenance cycle anyway.
>
> Thanks!
>
> Ben
>
> On Fri, Aug 31, 2012 at 4:42 AM, cjo <cjo.john...@gmail.com> wrote:
>> Use the parameterized trigger plugin, as that has a parameter to pass in
>> matrix subset to build, using that combination rather than the defined one
>> in the project.
>> Added in 2.14.
>>
>>
>> https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin
>>
>> Chris
>>
>>
>> On Thursday, August 30, 2012 5:23:04 PM UTC+1, benjamin.a.lau wrote:
>>>
>>> Hello,
>>>
>>> Say I've got a matrix job with 2x2x15 jobs. For some builds I would
>>> like to have this run as a 2x1x1 matrix instead. Is there an easy way
>>> to change the job's combination filter via a parameter or something
>>> like that? I tried passing in the combination filter as a build
>>> parameter, but I don't think it can handle parsing a parameter
>>> variable definition.
>>>
>>> Baring that... is there a way I could programatically update the job
>>> from another job?
>>>
>>> Thanks in advance,
>>>
>>> Ben

Reply via email to