Copy files from multiple downstream jobs

2014-09-09 Thread Omer Weissman
Hello, We are trying to copy files from multiple downstream jobs back to the main job. The main job triggers the builds using a parametrized trigger "invoke i=0...N builds" We are doing it inorder to achieve parallelization of a long task. I could not find a way to copy files back, as the copy

Re: Running a shell command on multiple/all slaves from script console

2013-12-16 Thread Omer Weissman
many thanks On Monday, December 16, 2013 6:10:26 PM UTC+2, LesMikesell wrote: > > On Mon, Dec 16, 2013 at 9:24 AM, Omer Weissman > > > wrote: > > I was considering using the matix job, but it has a major flaw, it will > be > > queued with the regular builds...we h

Re: Running a shell command on multiple/all slaves from script console

2013-12-16 Thread Omer Weissman
ne by one from the script console, i'm just failing to do so :S if I could only add an executor in the beginning of the build and remove it afterwards... any ideas about the script ? On Sunday, December 15, 2013 6:18:57 PM UTC+2, LesMikesell wrote: > > On Sun, Dec 15, 2013 at 6:05 A

Re: Running a shell command on multiple/all slaves from script console

2013-12-15 Thread Omer Weissman
ember 12, 2013 11:38:54 AM UTC+2, Dirk Heinrichs wrote: > > Am 12.12.2013 10:33, schrieb Omer Weissman: > > I want to execute an administrative shell script on all slaves using the > script console in Jenkins manage. > > > Did you try the Debian distributed shell (

Running a shell command on multiple/all slaves from script console

2013-12-12 Thread Omer Weissman
Hello, We are using Jenkins with multiple slaves (17 and soon more ), all are VBox Ubuntu guests. I want to execute an administrative shell script on all slaves using the script console in Jenkins manage. for example gathering mac addresses running ifconfig. I've tried to google the subject