Re: Synchronising shell scripts between slave / master

2013-01-17 Thread Guillaume Membré
On Wed, Jan 16, 2013 at 3:00 PM, Les Mikesell wrote: > On Wed, Jan 16, 2013 at 3:25 AM, Guillaume Membré wrote: >> Hello, >> >> first of all, thanks a lot for the work you have done on jenkins, it is a >> fantastic piece of software ! >> >> I'm using jenkins 1.489 with 2 slaves. Many of my jobs r

Re: Synchronising shell scripts between slave / master

2013-01-16 Thread Les Mikesell
On Wed, Jan 16, 2013 at 3:25 AM, Guillaume Membré wrote: > Hello, > > first of all, thanks a lot for the work you have done on jenkins, it is a > fantastic piece of software ! > > I'm using jenkins 1.489 with 2 slaves. Many of my jobs run shell scripts, > they are stored in eg JENKINS_HOME/jobs/jo

Re: Synchronising shell scripts between slave / master

2013-01-16 Thread cjo
Have a look at the copy to slave plugin, which should do what you want to do. https://wiki.jenkins-ci.org/display/JENKINS/Copy+To+Slave+Plugin Chris On Wednesday, January 16, 2013 9:25:22 AM UTC, Guillaume Membré wrote: > > Hello, > > first of all, thanks a lot for the work you have done on je

Synchronising shell scripts between slave / master

2013-01-16 Thread Guillaume Membré
Hello, first of all, thanks a lot for the work you have done on jenkins, it is a fantastic piece of software ! I'm using jenkins 1.489 with 2 slaves. Many of my jobs run shell scripts, they are stored in eg JENKINS_HOME/jobs/job1/script1.sh. The job configuration to run this script is set to