Re: Multi-process jobs in Windows

2012-06-14 Thread Chris Haverkate
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 Earl slide.o@gmail.com wrote: You are sure the same make

Re: Multi-process jobs in Windows

2012-06-14 Thread Aaron Ten Clay
: 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 Earl slide.o@gmail.com wrote: You are sure the same make is being used in both cases? Sent from my Windows Phone

Re: Multi-process jobs in Windows

2012-06-13 Thread Slide
-- 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 Earl slide.o@gmail.com wrote: You are sure the same make is being used in both cases

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.

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