We are trying to set up a multi-configuration job in Jenkins with a 
user-defined axis that will set multiple parameters in the job.  For 
example, we need to have a value called $name and a value called $url set 
in each build, like the following:

$name, $url
"URL A", "www.some-url.com/thing-a"
"URL B", "www.some-url.com/thing-b"
"URL C", "www.some-url.com/thing-c"

If I try to set up two user defined axes, each with their respective lists 
of values for $name and $url, the matrix build job will run all 
combinations of these two, which will not be correct.

I could use a Combination Filter to explicitly restrict which combinations 
can be run, but when this list of values grows to, say, 10 values, the 
filter will get pretty hairy.  Is there a better way to either (a) specify 
multiple values on a single axis, or (b) configure the multi-configuration 
job to only run combinations where the axis indices are equal?

Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to