Because matrix builds are an old beast. Like an enhanced freestyle job if you will.
Pipelines lets you (any) things in parallel easily. Le 7 nov. 2016 4:32 PM, "Jesús Linares" <[email protected]> a écrit : > I think is what I need. I don't know why I can select it in "multi > configuration project". Anyway, I will try it in a Pipeline project. > > Thanks a lot. > Regards. > > El lunes, 7 de noviembre de 2016, 13:04:54 (UTC+1), Björn Pedersen > escribió: >> >> >> >> Am Montag, 7. November 2016 11:38:41 UTC+1 schrieb Jesús Linares: >>> >>> Hi, >>> >>> I have a repository with a *jenkinsfile *and I need to execute it in >>> several linux distributions like Debian, Ubuntu and so on. From *Pipeline >>> *project I can't use several slaves (a slave for each linux >>> distribution) so I thought the proper project for my goal was >>> *Multi-configuration* project but it seems that it is impossible to >>> select a *jenkinsfile *in this kind of project. Is there other way to >>> execute the jenkinsfile in several linux distributions?. >>> >>> Thanks. >>> >>> >> Hi, >> you can use several slaves from Pipeline quite easy: >> >> parallel 'host1 { >> node('label1') { .... } >> }, 'host2' { >> node('label2') { .... } >> } >> >> If you need to find more info, see https://github.com/jenkinsci/p >> ipeline-examples/tree/master/pipeline-examples/parallel-multiple-nodes >> >> Björn >> > -- > 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/6da8f590-1c19-4d9d-8f44-31d4008c473a%40googlegroups. > com > <https://groups.google.com/d/msgid/jenkinsci-users/6da8f590-1c19-4d9d-8f44-31d4008c473a%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/CANWgJS6k1VJgrO%2Bz4VLpzbOYJ%2B_3Xd_QRQZb6yR2Q1oyfWC1JA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
