Need for Master and Slave

2013-02-24 Thread Ross
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

Re: StackOverflowError during email notification in 1.502 with git

2013-02-24 Thread Ben Caradoc-Davies
Upgrading to git plugin 1.2.0 (with git client plugin 1.0.2) resolves this issue for me (Jenkins 1.502). https://issues.jenkins-ci.org/browse/JENKINS-13959 On 20/02/13 13:46, Ben Caradoc-Davies wrote: Oops, turning off email notification does *not* work. I am still seeing the same error. On 20

Re: Guidance: setting up to build linux distribution

2013-02-24 Thread Zoltán Gyarmati
Hi, well, it's unclear for me what do you want exactly (and anyway the method to apply highly depends on the distribution and the distribution's package manager), but maybe you could check out the OBS ( http://openbuildservice.org/), perhaps it fits to your needs. 2013/2/24 Sami Tikka > Jenkins

Fitnesse Plugin - Execute concurrent runs and publish aggregate results

2013-02-24 Thread Stanimir Stamenkov
I have a job running rather longish FitNesse test suite (over 2 hours) and I would like to break the execution in two parts (using suite includes/excludes [1]) running concurrently, then finally publish the aggregated results from all executions. Is it possible to achieve multiple concurrent e

Re: Guidance: setting up to build linux distribution

2013-02-24 Thread Sami Tikka
Jenkins will not build your linux distribution for you. But if you have a script that does it, Jenkins can run that script. So it all depends on how your linux distribution is built, what tools does it use, how are those tools run and where and in what kind of environment are they run... In ge

Re: Need for Master and Slave

2013-02-24 Thread Les Mikesell
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

Re: Subversion path "doesn't exist in the repository"

2013-02-24 Thread Tim Mickelson
I'm having the exact problema described in JENKINS-11933, but this issue was closed in 2012, I'm using version 1.500. Can anyone give me a hint about what to do? On Tuesday, February 19, 2013 1:19:34 PM UTC+1, Tim Mickelson wrote: > > I'm using Jenkins 1.5 and have a subversion repository 1.7.x

Need for Master and Slave

2013-02-24 Thread Syed Mahdi
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

Re: primitive XPath result sets forbidden

2013-02-24 Thread ohad shai
Thanks, I will try that. On Wednesday, February 20, 2013 8:50:32 PM UTC+2, Jason Swager wrote: > > Ran into the same issue. Adding the "-Dhudson.model.Api.INSECURE=true" > didn't resolve the problem for me either. > > After a bit of poking around, it looks like we have to use POST to send > t