as a workaround, you could try to `stash` the binaries and `unstash` them
all in the same node and archive them then.

But for your problem, it's the first time I see this. Sorry.

Le ven. 15 févr. 2019 à 14:01, László Boros <laszlo.bo...@skyscanner.net> a
écrit :

> Anyone with a similar issue? I'd really appreciate any tip.
>
> Thanks!
> Laci
>
> > On 13 Feb 2019, at 10:37, László Boros <laszlo.bo...@skyscanner.net>
> wrote:
> >
> > Hi everyone!
> >
> > We are facing some issues with our main Jenkins pipeline. It consists of
> multiple stages which are executed on different machines, and each stage
> can produce artifacts. We are trying to archive these all by calling the
> `archiveArtifacts` pipeline command after each stage, but it seems these
> calls are not playing well together, since each time it runs the previous
> artifacts (from the previous stage) are removed and as a consequence only
> the last stage has its artifacts archived, no matter which stage it is.
> > Is there a way to merge the results and disable the directory clearing
> when calling `archiveArtifacts`? We tried to use the deprecated
> `latestOnly` boolean parameter as well, but it did not work.
> >
> > Thanks in advance!
> > Laci
>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/F826533E-4B3A-40D5-9FC9-494D9BE4293F%40skyscanner.net
> <https://groups.google.com/d/msgid/jenkinsci-users/F826533E-4B3A-40D5-9FC9-494D9BE4293F%40skyscanner.net?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Adrien Lecharpentier

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKwJSvw%3D%3DnW5F9gn6F8%3D_aR45VSVoQuuVzs1hTbUct1RXEZJuA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to