Gitlabs artifact of one project used in further projects

前端 未结 5 1299
忘了有多久
忘了有多久 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条回答
  •  Happy的楠姐
    2020-12-30 09:25

    Cool, found my snippet being referenced here ;)

    is it possible to use get-last-successful-build-artifact.sh without private-token (in a world-readable repository)? e.g. to share an artifact download command w/o exposing your token

    Yes, just add it as a secret variable in project settings -> pipelines -> secret variables.

提交回复
热议问题