-
New Feature
-
Resolution: Fixed
-
Major
-
None
Say I have two multi-configuration jobs named build and test. Both jobs are multi-configuration and use the slave matrix linux and windows based on labels with the name "Platform". I would like to be able to trigger only the "linux" test config from the "linux" build job and the same for windows. Currently both the "linux" and "windows" test job configs are triggered for each config in build job (resulting in two useless runs that must be skipped manually through parameters). If my config name was "Platform" in both jobs, it would be acceptable to trigger one config of the test job from the build job via the parametrized trigger plug-in using via setting the Projects to build to be "test/Platform=$Platform".
Is this the same as matrix subset?
Added in the 2.14 version?
Added a new parameter definition in the trigger that lets the upstream controls which subset of the downstream matrix job to build.
https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin
if so this can be closed as it is implemented.