由于runner 是采用 docker 安装,因此注册的时候需要进入到 runner 的容器中进行 # 进入容器[root@dce-10-6-215-10~]# docker exec -it gitlab-runner bash# 注册 runnerroot@55c90539459e:/# gitlab-runner registerRuntime platform arch=amd64 os=linux pid=48revision=16ae0625 version=14.8.3Runninginsy...
gitlab-runner: the service is not installed Runtime platformarch=amd64os=linuxpid=51848revision=7674edc7version=15.0.1 gitlab-ci-multi-runner: the service is not installed Runtime platformarch=amd64os=linuxpid=51872revision=7674edc7version=15.0.1 Runtime platformarch=amd64os=linuxpid=51908revisio...
1.使用brew 安装 brew install gitlab-runner 或者brew upgrade gitlab-runner(更新版本) 安装完成使用 gitlab-runner --version 命令检查 版本输出 Version: 15.0.0 Git revision: febb2a09 Git branch: 15-0-stable GO version: go1.17.10 Built: 2022-05-19T19:30:38+00:00 OS/Arch: darwin/arm64 这...
GitLab Runner 15.0introduceda change to the registration API request format. It prevents the GitLab Runner from communicating with GitLab versions lower than 14.8. You must use a Runner version that is appropriate for the GitLab version, or upgrade the GitLab application. ...
CI_RUNNER_VERSION: GitLab Runner 的版本号。 还有许多其他的内置变量可以在作业运行期间使用。您可以通过在 .gitlab-ci.yml 文件中使用 $VARIABLE_NAME 或 ${VARIABLE_NAME} 的形式来引用这些变量。 gitlab-ci-runnergitlab 阅读3.4k更新于2023-07-10 ...
使用helm install即可进行安装,如果要安装特定版本的 Runner,在安装的时候用 --version指定极狐GitLab Runner Helm Chart 的版本即可。 对于极狐GitLab Runenr 的版本查看,可以使用如下命令: # 查看极狐GitLab Runner 版本 helm search repo -l jh-gitlab/gitlab-runner ...
2.注册gitlab-runner # gitlab-runner register 手动填写注册 Runtime platform arch=amd64 os=linux pid=11348 revision=943fc252 version=13.6.0 Running in system-mode. Enter the GitLab instance URL (for example, https://gitlab.com/):#输入gitlab的url ...
dockerexec-it gitlabcat/opt/gitlab/embedded/service/gitlab-rails/VERSION#查出版本11.1.142 安装 runner docker run -itd -v /data/devops/gitlab-runner/config:/etc/gitlab-runner gitlab/gitlab-runner:v11.1.0 3 进入容器里面 dockerexec-it d35956ecdd17 bash ...
gitlab-runner--version 2、注册Runner服务到gitlab上 代码语言:javascript 复制 注册命令: gitlab-runner register 注册是要输入的URL和token如下图的位置可以查到,然后还有名称 、Tag、最后是选择一个执行器目前选择的shell,不好意思这个地方没有截图。
version: '3.0' services: gitlab: hostname: gitlab environment: TZ: 'Asia/Shanghai' GITLAB_OMNIBUS_CONFIG: | external_url 'http://192.168.100.18:3080' gitlab_rails['time_zone'] = 'Asia/Shanghai' gitlab_rails['gitlab_ssh_host'] = '192.168.100.18' ...