【问题标题】:Can I deploy with only Gitlab runner on the server?我可以在服务器上仅使用 Gitlab 运行器进行部署吗?
【发布时间】:2020-02-20 18:36:18
【问题描述】:

1.在 gitlab CI/CD 工作之前,我需要在服务器上安装 gitlab 和 gitlab runner 还是只有一个可以?提前感谢您的回答。

  1. gitlab runner 和 gitlab-multi runner 有什么区别?

【问题讨论】:

    标签: gitlab-ci gitlab-ci-runner


    【解决方案1】:

    GitLab 是您可以创建和管理 git 存储库以及推送和拉取 git 分支的服务器。

    gitlab-runner 是一个单独的程序,它连接到GitLab。然后,当您使用 GitLab CI 时,GitLab 将创建一个作业列表,所有连接的 gitlab-runner 将从该列表中选择作业。 gitlab-runner 可以安装在除GitLab 之外的另一台服务器上

    gitlab-ci-multi-runnergitlab-runner 的旧名称。它在 gitlab-runner 的第 10 版中被重命名,如下所述:

    https://docs.gitlab.com/runner/install/windows.html

    【讨论】:

      猜你喜欢
      • 2023-03-17
      • 2017-05-31
      • 1970-01-01
      • 2012-07-06
      • 2018-11-06
      • 1970-01-01
      • 2014-04-03
      • 1970-01-01
      • 2012-09-09
      相关资源
      最近更新 更多