On Tue, Mar 25, 2014 at 9:13 AM, Kake <[email protected]> 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] -- 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.
