Re: settings.xml file on multiple build slave?

2013-09-13 Thread Aldrin Leal
I believe there are several Jenkins Plugins which allow you to do that: https://wiki.jenkins-ci.org/display/JENKINS/Plugins Two that caught my attention: Copy To Slave, Config File Provider -- -- Aldrin Leal, Master your EC2-fu! Get the latest ekaterminal public beta http://www.ingenieux.com.br

Re: settings.xml file on multiple build slave?

2013-09-13 Thread Olivier Lamy
Hi Have a look at this plugin: https://wiki.jenkins-ci.org/display/JENKINS/Config+File+Provider+Plugin I'm pretty this can help you. Cheers On 13 September 2013 07:32, motes motes wrote: > I have a Jenkins master/slave setup. Currently I have 23 slaves that can > potentially run a maven build.

settings.xml file on multiple build slave?

2013-09-12 Thread motes motes
I have a Jenkins master/slave setup. Currently I have 23 slaves that can potentially run a maven build. At the moment I have manually copied a settings.xml to ~.m2 on all my slaves. Are there a better approach to this? Eg. somehow make the slaves read a settings.xml file on the master?