Re: Can i run master and slave on same machine

2018-08-06 Thread Mark Waite
ration >> without actually running on a different machine. >> >> It is also possible to run a master and a slave on the same machine >> simply by configuring the slave node to use a different home directory than >> the master node. I'm not sure why you would do that,

Re: Can i run master and slave on same machine

2018-08-06 Thread Amit Ghatwal
ter and a slave on the same machine >> simply by configuring the slave node to use a different home directory than >> the master node. I'm not sure why you would do that, but it can be done. >> >> Mark Waite >> >> >> >> -- >&g

Re: Can i run master and slave on same machine

2018-08-05 Thread Nehal Abdelhafez
node to use a different home directory than the > master node. I'm not sure why you would do that, but it can be done. > > Mark Waite > > > > ---------- > *From:* Varghese Renny > > *To:* jenkins...@googlegroups.com > *Sent:* Tuesday, June 26, 201

Re: Can i run master and slave on same machine

2017-09-26 Thread Mark Waite
On Tue, Sep 26, 2017 at 9:38 AM Huzz Sto wrote: > can Jenkins master and slave run on different network. or they both have > to be on the same network. > > So long as master and agent can communicate, they can run on separate networks. Mark Waite > On Tuesday, June 26,

Re: Can i run master and slave on same machine

2017-09-26 Thread Huzz Sto
can Jenkins master and slave run on different network. or they both have to be on the same network. On Tuesday, June 26, 2012 at 10:53:33 PM UTC-4, Varghese Renny wrote: > > > I have a doubt regarding, if multipe jobs are there ,is it better to > distribute build on slave or > do it on master

Re: Can i run master and slave on same machine

2012-06-28 Thread Varghese Renny
For running slave, first i need to setup jenkins instance on slave machine. After installing jenkins on slave machine then slave will automatically act as master right? Is there any UI for slave machine? or we are just using machine power? Can anyone suggest some url regarding this ? What makes

Re: Can i run master and slave on same machine

2012-06-27 Thread Mark Waite
From: Varghese Renny varghesekre...@gmail.com To: jenkinsci-users@googlegroups.com Sent: Tuesday, June 26, 2012 8:53 PM Subject: Can i run master and slave on same machine I have a doubt regarding, if multipe jobs are there ,is it better to distribute build on slave or do it on master itself

Re: Can i run master and slave on same machine

2012-06-27 Thread Varghese Renny
i have only 5 projects to run.But i run all this project on tomcat server using jenkins. 5 project means 5 web applications which are accessing five different database.So five jenkin job on one tomcat server and i need five other tomcat instance for five application to make up. Since while build

Re: Can i run master and slave on same machine

2012-06-27 Thread Mark Waite
the collisions, or use a slave.   Mark Waite From: Varghese Renny varghesekre...@gmail.com To: jenkinsci-users@googlegroups.com Sent: Wednesday, June 27, 2012 9:17 AM Subject: Re: Can i run master and slave on same machine i have only 5 projects to run.But i run all

Can i run master and slave on same machine

2012-06-26 Thread Varghese Renny
I have a doubt regarding, if multipe jobs are there ,is it better to distribute build on slave or do it on master itself? if i can do master and slave? how can i implement this?