Jenkins installations with over 200 slaves per master are non-trivial to tune up. It's not impossible, e.g. I know of a few installations with over 1k executors, but it certainly is "fun"
On 19 January 2015 at 13:32, Tomasz Majchrowski <[email protected]> wrote: > Dear All > > I found the way how the Jenkins manage nodes and jobs distribution very > powerful. We are thinking about moving our automated build system developed > on top of python into the Jenkins jobs. > > The basic idea is to analyze the dependency in one upstream job and build > each module as a separate downstream Job. The downstream jobs will be > triggered with using of scheduleBuild2(int quietPeriod, Cause c, Action... > actions). > > This works pretty well with amount of jobs till 50. The more parallel jobs > we have the less responsive UI we've got. Since the environment for which > I'm preparing setup requires maintain of multiple configuration in practice > I can expect situation up to 500-700 jobs running. > > Does anyone of you have experience with using Jenkins to cope which such a > mount of jobs? > Could you share your experience in this area? > Does it make sense to continue this direction or basically the Jenkins is > to heavy because of numbers of plugin in toolchain that might slow down > processing? > > Best regards, Tomasz. > -- > Pozdrawiam/Best regards/Mit freundlichen Grüßen, Tomasz Majchrowski, > Information Technology and Services Consultant and Contractor > > -- > 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/CAGp7fHXX2a-OzUHt2cLhSFOpd%3DGybhL6EUOqkJ2YLTsPryiJcw%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-users/CAGp7fHXX2a-OzUHt2cLhSFOpd%3DGybhL6EUOqkJ2YLTsPryiJcw%40mail.gmail.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/CA%2BnPnMx6OKEy74BX6E3XznSTrxpfJS0E58k7WSp-YLnuaUAp3g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
