Ubuntu18.04安装Gitlab Runner
程序员文章站
2022-11-06 10:26:40
第一步: 添加GitLab的官方存储库: curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh | sudo bash 第二步: 安装最新版本的GitLab Runner ......
第一步:
添加gitlab的官方存储库: curl -l https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh | sudo bash
第二步:
安装最新版本的gitlab runner: apt-get install gitlab-runner
就已经安装好了
就可以开始注册runner了
命令是: gitlab-runner register
输入之后第一步会出现: please enter the gitlab-ci coordinator url (e.g. https://gitlab.com/):
这里面输入是你的gitlab项目中ci/cd中里面的值 可以自己查看
对应的是第2的url
第二步就出现please enter the gitlab-ci token for this runner: 让你填写token 及图片中的第3
之后的官网中都有说明:
输入完之后出现: runner registered successfully. feel free to start it, but if it's running already the config should be automatically reloaded!
就代表注册成功了
注册之后在你项目中ci/cd中就会出现
就代表成功了
上一篇: gdisk转fdisk
下一篇: 老公狠幽默,让你想打他
推荐阅读
-
centos下GitLab+Jenkins持续集成环境搭建(安装jenkins)
-
linux系统ubuntu18.04安装mysql 5.7
-
linux系统ubuntu18.04安装mysql(5.7)
-
Ubuntu18.04直接安装python3.7或者升级自带的python3.6版本之后导致终端无法打开的解决办法
-
在ubuntu18.04版本安装vscode(2种)
-
Gitlab Runner实现NetCore自动化持续集成
-
centos下GitLab+Jenkins持续集成环境搭建(安装jenkins)
-
Ubuntu18.04 Server版安装及使用(图文)
-
Ubuntu18.04 安装mysql8.0.11的图文教程
-
Ubuntu18.04安装vsftpd的实现代码