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 >