On Wed, Sep 27, 2017 at 4:53 AM Benedikt Ritter <brit...@apache.org> wrote:
> I have a CI Build in GitLab, where I want to define a job that downloads > all the artifacts which are needed for the different lifecycle phases and > plugin executions as well as all project dependencies. I only want to > download all the stuff once and then copy the artifacts between the build > stages. Have you looked at the cache directive ( https://docs.gitlab.com/ee/ci/yaml/#cache) and a custom settings.xml with a <localRepository> element instead of using artifacts? Best, Laird