Re: Copy files from multiple downstream jobs

2014-09-12 Thread Les Mikesell
On Tue, Sep 9, 2014 at 3:23 AM, Omer Weissman wrote: > > 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 inord

Re: Copy files from multiple downstream jobs

2014-09-12 Thread anthony
SPACE/some_directory. The downside to this is all child jobs must run on the same node. Hope this helps! On 2014-09-09 04:23, Omer Weissman wrote: 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 tr

Re: Copy files from multiple downstream jobs

2014-09-09 Thread Adam Guja
kinsurl/job/job_name/build_number/artifact/artifact_name.ext Don't forget that you need to configure the job with artifacts to actually keep 0...N number of artifacts. W dniu wtorek, 9 września 2014 10:23:59 UTC+2 użytkownik Omer Weissman napisał: > > > Hello, > > We are trying to

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 ba