On Thu, Dec 5, 2013 at 10:30 AM, TigolB <rezzrig...@gmail.com> 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 at it as a trade-off between the clutter and complexity of
separate jobs (creation is easy because you can copy an existing job,
but it gets ugly if you need to make changes across all of them later)
and the constraint that a matrix job wants to execute the same build
command everywhere.   If you use some conventions for which node
performs which type of build you might make the same batch file work
without too much trouble.

-- 
   Les Mikesell
     lesmikes...@gmail.com

-- 
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