There's no such option in "copy artifacts plugin", maybe there's a plugin that extends this one which I dont know about... Unless somebody comes up with a better solution your best bet is to write a shell script that will download the artifacts via wget
http://jenkinsurl/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 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 artifacts plugin > does not recognize all the jobs , but only the last one. > the copy behavior I am trying to achieve is similar to the way "parallel > test executor" plugin copy the specified files back to the main job. > > Is there a way to do it ? did I miss something in the copy artifacts > plugin ? > > Thanks, > Omer > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
