Re: Can i run master and slave on same machine

2018-08-06 Thread Mark Waite
Refer to https://wiki.jenkins.io/display/JENKINS/Step+by+step+guide+to+set+up+master+and+slave+machines+on+Windows or https://stackoverflow.com/questions/24962504/adding-a-slave-to-jenkins or http://scmquest.com/jenkins-master-slave-setup-and-configuration-with-screenshots/ or http://scmquest.com

Re: Can i run master and slave on same machine

2018-08-06 Thread Amit Ghatwal
I have set up a single machine to run as jenkins- master+slave successfully many a times , been able to deploy jobs successfully as well on the machine at "Remote root directory" for the added slave node .Every job deployed creates a folder with the job name . Can you elaborate more on where

Re: Can i run master and slave on same machine

2018-08-05 Thread Nehal Abdelhafez
can you just tell me how i can run master and slave on the same machine i have install and run a master and i cant make the slave join it gives error "file avaliable " thanks in advance On Wednesday, June 27, 2012 at 4:26:03 PM UTC+2, Mark Waite wrote: > > The simplest answer to your "Can I ru

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, 2012 at 10:53:33 PM UTC-

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 it

RE: Can i run master and slave on same machine

2012-06-28 Thread Mandeville, Rob
2:47 AM To: jenkinsci-users@googlegroups.com Subject: Re: Can i run master and slave on same machine 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

Re: Can i run master and slave on same machine

2012-06-27 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 giuliano
Yes, you can run master(s) and slave(s) on the same machine. As Mark says though: there are few reasons to do so. I do it so I can control a VM from the slave, including taking snapshots, reverting to snapshots, and doing reboots. Based on what you say later (5 webapps each of which binds to a

Re: Can i run master and slave on same machine

2012-06-27 Thread Mark Waite
eans you either need to resolve the collisions, or use a slave.   Mark Waite > > From: Varghese Renny >To: jenkinsci-users@googlegroups.com >Sent: Wednesday, June 27, 2012 9:17 AM >Subject: Re: Can i run master and slave on same machine > > > &g

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 is

Re: Can i run master and slave on same machine

2012-06-27 Thread Mark Waite
The simplest answer to your "Can I run master and slave on the same machine" is "Yes".  The challenging part of the question is "Why?" The subject line seems to hint that you are considering running a master and a slave on the same machine.  It certainly can be done.  Whether it should be done