Re: Jenkins Build Process with Slaves

2013-12-05 Thread Les Mikesell
On Thu, Dec 5, 2013 at 10:30 AM, TigolB wrote: > Thank you both for your inputs! Yeah the machine configurations will be > mostly identical across the nodes and so cpu architecture isn't a factor. > I'm just trying to understand how to set up my job(s) to run the builds > concurrently. Just look

Re: Jenkins Build Process with Slaves

2013-12-05 Thread TigolB
Thank you both for your inputs! Yeah the machine configurations will be mostly identical across the nodes and so cpu architecture isn't a factor. I'm just trying to understand how to set up my job(s) to run the builds concurrently. On Thursday, December 5, 2013 8:14:23 AM UTC-8, LesMikesell

Re: Jenkins Build Process with Slaves

2013-12-05 Thread Les Mikesell
On Thu, Dec 5, 2013 at 9:58 AM, Stephen Connolly wrote: > >> > Basically I have a build process that compiles four flavors (x86 >> > retail/debug and amd64 retail/debug). >> Multi-configuration jobs want to run exactly the same >> build command across all the targets. You might be able to do

Re: Jenkins Build Process with Slaves

2013-12-05 Thread Stephen Connolly
On 5 December 2013 15:53, Les Mikesell wrote: > On Wed, Dec 4, 2013 at 11:50 PM, TigolB wrote: > > Hi all, > > > > Would someone please help me understand how the Master/Slave build > process > > works? Basically I have a build process that compiles four flavors (x86 > > retail/debug and amd64

Re: Jenkins Build Process with Slaves

2013-12-05 Thread Les Mikesell
On Wed, Dec 4, 2013 at 11:50 PM, TigolB wrote: > Hi all, > > Would someone please help me understand how the Master/Slave build process > works? Basically I have a build process that compiles four flavors (x86 > retail/debug and amd64 retail/debug). So essentially I would have four > builds runn

Jenkins Build Process with Slaves

2013-12-04 Thread TigolB
Hi all, Would someone please help me understand how the Master/Slave build process works? Basically I have a build process that compiles four flavors (x86 retail/debug and amd64 retail/debug). So essentially I would have four builds running on four separate machines simultaneously. How do I