gitlab-runnerregister\--non-interactive\--url"http://10.6.215.220/"\--registration-token"osG39v5FQQ63nvk5xucx"\--executor"shell"\--description"buildrunner"\--tag-list"build,k8s,go"\--run-untagged="true"\--locked="false"\--access-level="not_protected" 其他参数 -c value, --config va...
1. 打开 gitlab 中的需要注册 Runner 的项目 进入设置 - CI/CD -Runner: 拿到 URL 和 token 2. 在部署 gitlab-runner 的服务器上执行注册指令 gitlab-runner register 配置步骤详解 #在gitlab的组或项目中的设置-cicd-runner或获取:GitLab 地址 Enter the GitLab instance URL (for example, https://gi...
sudo gitlab-runner register\--non-interactive\--url"https://托管gitlab的域名/"\--registration-token"runner的密钥,需要从 gitlab CI/CD 设置中获取"\--executor"shell"\--description"当前runner的描述信息"\--tag-list"tag-name-for-current-runner"\--run-untagged="false"\--locked="false" 代码1....
点击用户管理--左边点击runner,可以看到界面右边有gitlab的地址和token。这个需要用于后面runner的注册使用。这里我们注册一个share类型的runner。 由于runner是采用docker安装,因此注册的时候需要进入到runner的容器中进行 [root@localhost config]# docker exec -it gitlab-runner bash root@24dc60abee0b:/# gitlab-...
使用gitlab-runner register命令注册Runner,按照提示输入以下信息: GitLab的URL:例如 https://gitlab.com。 Runner Token:之前复制的Token。 Runner Description:Runner的描述信息,方便识别。 Tags:Runner的标签,用于在.gitlab-ci.yml中指定Runner。 Executor:Runner的执行器类型,如shell、docker等。 注册完成后,可以在...
gitlab/gitlab-runner:latest 1. 2. 3. 4. 5. 6. 7. 三、注册runner [root@hyperv01 ~]# docker exec -ti 76fb32f22f7d /bin/bash root@hyperv01:/# gitlab-runner register Runtime platform arch=amd64 os=linux pid=22 revisinotallow=0d4137b8 versinotallow=15.5.0 ...
1. 打开 gitlab 中的需要注册 Runner 的项目 进入设置- CI/CD -Runner : 拿到 URL 和 token 2. 在部署 gitlab-runner 的服务器上执行注册指令 gitlab-runner register 配置步骤详解 # 在gitlab的组或项目中的设置-cicd-runner或获取:GitLab 地址Enter the GitLab instance URL (for example, https://...
这个Token用于授权GitLab Runner访问你的GitLab仓库。 配置GitLab Runner的执行器。打开命令提示符(CMD)或PowerShell,切换到GitLab Runner的安装目录。执行以下命令,将Runner注册到GitLab上: gitlab-runner.exe register --tls-ca-file ca.crt --url https://your-gitlab-url --token your-runner-token --...
1. 打开 gitlab 中的需要注册 Runner 的项目 进入设置 - CI/CD -Runner: 拿到 URL 和 token 2. 在部署 gitlab-runner 的服务器上执行注册指令 gitlab-runner register 配置步骤详解 #在gitlab的组或项目中的设置-cicd-runner或获取:GitLab 地址 ...
由于runner是采用docker安装,因此注册的时候需要进入到runner的容器中进行 [root@localhost config]# docker exec -it gitlab-runner bash root@24dc60abee0b:/# gitlab-runner register Runtime platform arch=amd64 os=linux pid=86 revision=775dd39d version=13.8.0 ...