Gitlabs artifact of one project used in further projects

前端 未结 5 1295
忘了有多久
忘了有多久 2020-12-30 08:29

Question

  • What is the best way to carry artifacts (jar, class, war) among projects when using docker containers in CI phase.

Let me explain my

5条回答
  •  温柔的废话
    2020-12-30 09:16

    As of this writing artifacts cannot be shared across project only within the pipeline. See https://docs.gitlab.com/ee/ci/yaml/README.html#artifacts

    However there is an open feature to enable this facility which is not yet implemented. https://gitlab.com/gitlab-org/gitlab-ce/issues/14728

提交回复
热议问题