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 Le 2 févr. 2015 14:17, "Jeff MAURY" <[email protected]> a écrit : > > > Le lundi 2 février 2015 13:52:16 UTC+1, Baptiste Mathus a écrit : >> >> 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? >> > Yes, you got it !!!! > > Jeff > >> >> Cheers >> >> 2015-02-02 13:45 GMT+01:00 Jeff MAURY <[email protected]>: >> >>> I have a matrix job with 2 axis (JDK + Eclipse version). It appears that >>> I have a lot of false negative builds, mainly due to load or problems with >>> UI emulation. Is there a way to get the number of failed jobs in the mail >>> generated ? >>> >>> Thanks >>> Jeff >>> >>> -- >>> 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]. >>> To view this discussion on the web visit https://groups.google.com/d/ >>> msgid/jenkinsci-users/21f6fd1c-fd4b-4fe1-b7bf- >>> 2278aa8f9016%40googlegroups.com >>> <https://groups.google.com/d/msgid/jenkinsci-users/21f6fd1c-fd4b-4fe1-b7bf-2278aa8f9016%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Baptiste <Batmat> MATHUS - http://batmat.net >> Sauvez un arbre, >> Mangez un castor ! >> > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/78c7ac14-65a7-4e8d-b629-635bd8a62050%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/78c7ac14-65a7-4e8d-b629-635bd8a62050%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS7S79nvce22pR%2BgHMaaX%3DExhi7MvjX3Su7-OF65VEpGMQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
