On Thursday, May 2, 2013 5:02:58 AM UTC-4, Mohan Radhakrishnan wrote:
>
> Hi,
>      What is the recommended way to run parallel builds on multi-core 
> systems ? Mine has 4 cores with capability of 2 hardware threads on each 
> core. Is master/slave mode recommended ?
>  
> How does a single ANT script help in this case ?
>
>
 How you can parallelize depends entirely on how your build process works. 
Jenkins has built in support for multiple executors per host (either master 
or slave). If your build process can run in any path and doesn't generally 
depend on global system state, that's probably a good way to go. If your 
build process depends on specific directories and/or other global state, 
you probably have to use multiple slaves with one executor each.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to