Have you looked at https://wiki.jenkins-ci.org/display/JENKINS/Copy+Artifact+Plugin already? That should do roughly what you want although you might need to calculate the build number potentially (possibly using EnvInject plugin? )
Richard On 4:55AM, Tue, 31/03/2015 null <[email protected]> wrote: > We're looking for a solution for the following scenario. > > One build should be marked e.g. by a manual build parameter. And a later > build should have access to the artifacts of the marked build. > > Until now we've realizied this by filesystem symlinks pointing to the > marked builds created as a build step. But it seems that symlinks into the > archive area of another build are no longer allowed. > > Any suggestions? > > Regards, > Steffen > > -- > 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]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jenkinsci-users/d057f456-ccdf-4e98-9e1b-6a47f6843602%40googlegroups. > com > <https://groups.google.com/d/msgid/jenkinsci-users/d057f456-ccdf-4e98-9e1b-6a47f6843602%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAMui944voOz22G%3DoKDTgF%3D8s3DuxyXaiFCFbFK__3Xr58eSoCg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
