Tnx for the answers much appreciated. The reason we are using multiple instances are historic, some years back we had one instance but we experienced a performance issues when the job count increased. (GUI response time increased.) This where seemingly better using multiple instances.
Maybe its time to try using decreasing instances again… kl. 17:17:50 UTC+1 tirsdag 25. mars 2014 skrev Mark Waite følgende: > > I would expect several problems related to file locking on Windows. I > can't predict the details, but I suspect that most multi Jenkins > environments run Linux rather than Windows. > > I would expect a few problems when attempting to upgrade such a > configuration, since the Windows installer does not directly support multi > Jenkins on a single machine. > > Is it really worth the likely problems to do this on one machine rather > than multiple machines? > > Mark Waite > On Mar 25, 2014 9:38 AM, "Les Mikesell" <[email protected] <javascript:>> > wrote: > >> On Tue, Mar 25, 2014 at 9:13 AM, Kake <[email protected] <javascript:>> >> wrote: >> > Hi >> > >> > Is there a way to run multiple separate Jenkins instances on a single >> > server? >> > >> > This seems to work from console: java >> > -DJENKINS_HOME=C:\jenkins\InstancePath\ -jar jenkins.war --httpPort=8080 >> > --prefix=/instanceXXX >> > >> > I wish to run them as a services and use a config file for each >> instance.. >> > same way as jenkins.exe wrapper uses jenkins.xml. >> > >> > setup: >> > win server 2008 >> > ~ 6 jenkins instances ( C:\jenkins\Instance[1-6]) >> > ~ 10 - 50 jobs pr instance. >> >> >> I'm sure that is possible as long as they run on different ports. I'd >> expect it to be less efficient than a single instance handling the >> same total work and if you run jobs locally the scheduling would not >> be aware of the other instances. And if I didn't care about >> efficiency or scheduling, I'd probably make the separation a little >> more extreme with virtual servers and different IP addresses. >> >> -- >> Les Mikesell >> [email protected] <javascript:> >> >> -- >> 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] <javascript:>. >> 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]. For more options, visit https://groups.google.com/d/optout.
