Thanks Mike, that does help. David
From: [email protected] [mailto:[email protected]] On Behalf Of Mike Healey Sent: 04 November 2015 16:43 To: Jenkins Users <[email protected]> Cc: David Aldrich <[email protected]> Subject: Re: A simple multi-configuration job question Hi David, A Freestyle project would only execute once on one of the slaves you specify. To run on all of them you need a multi-configuration job. You can use the slave axis to select which slaves to run on but I would recommend using the Elastic Axis plugin (https://wiki.jenkins-ci.org/display/JENKINS/Elastic+Axis). This allows you to specify a label common to all your slaves to run on, and to ignore running on any slaves which are offline so it is more robust in a system where slaves are added and removed and sometimes go offline. Hope this helps, -Mike -- -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/41302A7145AC054FA7A96CFD03835A0A0B9FADE0%40EX10MBX02.EU.NEC.COM. For more options, visit https://groups.google.com/d/optout.
