ubuntu - GitLab Runner 安装与注册

标签 ubuntu gitlab-ci-runner

我对 Gitlab CI/CD 管道将在哪里构建感到非常困惑。我按照 https://docs.gitlab.com/runner/install/ 在我的电脑上安装了 GitLab Runner .在注册过程中,我需要在以下位置输入一个 URL:

Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com )

为此我放下了https://gitlab.com .这是否意味着我的 CI/CD 管道中的所有构建和测试都将在 GitLab 的服务器上运行?还是在我安装 GitLab Runner 的本地计算机上?

最佳答案

当您在 PC 上安装和注册运行程序时,作业将在本地运行。运行者将与 gitlab.com 通信.

如果这不是您期望的行为,您可以使用 Shared Runnersgitlab.com 提供

阅读更多关于 Gitlab Runner here

关于ubuntu - GitLab Runner 安装与注册,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56995608/

相关文章:

docker - Gitlab运行程序未执行作业Docker镜像

gradle - Gitlab CI Runner卡住,ssh没有响应

json - 从 .gitlab-ci.yml 中的 JSON 中提取徽章 ID

linux - 用于应用程序的 Ubuntu 内核模块

linux - Ubuntu 12.04 fstab 损坏

linux - 在 Linux 中输出中的关键字后终止命令

docker - .m2的Docker缓存在本地不起作用

android - 每次启动新构建时,RSA指纹都会更改

ubuntu - 为什么我的 ZSH 脚本会打印出所有历史记录,但仅在 Ubuntu 上?

python - 为什么有执行权限的python脚本在Ubuntu上无法运行?