You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by motes motes <mo...@gmail.com> on 2013/09/12 23:32:54 UTC

settings.xml file on multiple build slave?

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?

Re: settings.xml file on multiple build slave?

Posted by Olivier Lamy <ol...@apache.org>.
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 <mo...@gmail.com> wrote:
> 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?



-- 
Olivier Lamy
Ecetera: http://ecetera.com.au
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: settings.xml file on multiple build slave?

Posted by Aldrin Leal <al...@leal.eng.br>.
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, <al...@leal.eng.br>
Master your EC2-fu! Get the latest ekaterminal public beta
http://www.ingenieux.com.br/products/ekaterminal/


On Thu, Sep 12, 2013 at 6:32 PM, motes motes <mo...@gmail.com> wrote:

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