I have a matrix job with 3 axis: * product (50+) * config # (<10) * vendor version (<10)
There are many combinations, but not every combination is supported. We can determine if a combination is supported in a script, but I am unsure of how to skip a matrix configuration build if the conditions are not satisfied. Currently I am skipping the build by marking it as unstable, but this is not an ideal solution because this sets the top-level job as unstable even if all supported configurations are OK. Is there a way to dynamically script the matrix combination filter? -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
