Re: Multi-process jobs in Windows

2012-06-14 Thread Aaron Ten Clay
properly. Anyways, here >>> is an update. >>> >>> Still no luck. I've been playing with Jenkins more and my system seems >>> to briefly use more than one processor, but the utilization quickly goes >>> back to 0% - 10%. >>> >>> Wor

Re: Multi-process jobs in Windows

2012-06-14 Thread Chris Haverkate
; >> Yeah, freestyle. >> On Jun 1, 2012 4:48 PM, "Alex Earl" wrote: >> I can't think of anything that would restrict this in Jenkins. What type >> of job are you using? Freestyle? >> >> Sent from my Windows Phone >>

Re: Multi-process jobs in Windows

2012-06-13 Thread Slide
le? > > Sent from my Windows Phone > -- > From: Chris Haverkate > Sent: 6/1/2012 4:47 PM > To: Alex Earl > Subject: RE: Multi-process jobs in Windows > > Yeah, I explicitly called it using the full path. > On Jun 1, 2012 4:44 PM, &quo

Re: Multi-process jobs in Windows

2012-06-13 Thread chris
enkins. What type of job are you using? Freestyle? Sent from my Windows Phone -- From: Chris Haverkate Sent: 6/1/2012 4:47 PM To: Alex Earl Subject: RE: Multi-process jobs in Windows Yeah, I explicitly called it using the full path. On Jun 1, 2012 4:44 PM, "Alex E

RE: Multi-process jobs in Windows

2012-06-01 Thread Alex Earl
Are you running under cygwin or using a native win32 make? We run -j5 with no problems for several jobs which run under cygwin. Sent from my Windows Phone From: chris Sent: 6/1/2012 3:42 PM To: Jenkins Users Subject: Multi-process jobs in Windows Hey, I am trying to setup a new job that uses

Multi-process jobs in Windows

2012-06-01 Thread chris
Hey, I am trying to setup a new job that uses make as the build tool. I want to use the "-j" option to spawn several parallel jobs. The problem is that the "-j" doesn't seem to have any effect on the speed. Based on the job log file, it does not appear that multiple process are running in parallel