Thanks all for the replies. I guess i will try to do it with one master and
then add another slave if needed.
--
View this message in context:
http://jenkins.361315.n4.nabble.com/Need-for-Master-and-Slave-tp4656916p4657010.html
Sent from the Jenkins users mailing list archive at Nabble.com
On Mon, Feb 25, 2013 at 5:28 PM, JonathanRRogers
wrote:
>
>
> On Sunday, February 24, 2013 11:02:58 AM UTC-5, LesMikesell wrote:
>>
>> On Sun, Feb 24, 2013 at 4:27 AM, Syed Mahdi wrote:
>> > >
>> > (I am under the impression that slaves are only job running machines so
>> > the
>> > configuration
On Sunday, February 24, 2013 11:02:58 AM UTC-5, LesMikesell wrote:
>
> On Sun, Feb 24, 2013 at 4:27 AM, Syed Mahdi
> >
> wrote:
> > >
> > (I am under the impression that slaves are only job running machines so
> the
> > configuration lies only in Master. So if that is not true, also, if i
Seyed,
Some build tasks are CPU and/or I/O intensive. By distributing the workload
across multiple CPU's you get tasks completed faster than if you try to set up
10 executors on a single CPU. I generally would not exceed 1 executor per CPU
core, or CPU hyper thread. If you have a 4 core CPU
On Sun, Feb 24, 2013 at 4:27 AM, Syed Mahdi wrote:
> >
> (I am under the impression that slaves are only job running machines so the
> configuration lies only in Master. So if that is not true, also, if i
> configure the security in jenkins, Will the jobs running on slaves be
> visible to some oth
Hello All,
I am new to jenkins space. I was wondering why would i need master and
slaves. We have some applications that are going to be built and deployed
through jenkins jobs. currently there is one for three different
environments. Why would i need slaves in the setup. I have one master, i