--
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-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/21f6fd1c-fd4b-4fe1-b7bf-2278aa8f9016%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Jeff,I guess that using a system groovy script step could help you get something like that.But I'm not sure to understand what you want, what is the "number of failed jobs" you want? You mean amonst the total jobs according to the combinatorials of the axis?
Not really an answer yet, but just a quick thought: might be you want to have a look at the workflow plugin.
IIRC there's no specific DSL yet for matrix builds, but doing through two groovy needed loops (for your axis)+the 'parallel' keyword you may be able to achieve what you'd like in less time and maybe in a slightly less hacky way?
Cheers
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/78c7ac14-65a7-4e8d-b629-635bd8a62050%40googlegroups.com.