gitlab服务是9.5.10(服务我没法升级), 找不到runner,有大神知道哪有下载的么,能发一份到 wiron@163.com 不?谢谢了,或者告知下载url 也行。谢谢了先!
我找到了一个 9.5.1-1 的包,但是register 失败了
############################################
[root@dmp-devops .ssh]# gitlab-ci-multi-runner register
Running in system-mode.
Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com/):
http://git.weiyankeji.cn/
Please enter the gitlab-ci token for this runner:
6Fkyv2q87x3sQuuso8m2
Please enter the gitlab-ci description for this runner:
[dmp-devops]: java-cvm01
Please enter the gitlab-ci tags for this runner (comma separated):
java-cvm01
Whether to run untagged builds [true/false]:
[false]:
Whether to lock Runner to current project [true/false]:
[false]:
ERROR: Registering runner… forbidden (check registration token) runner=6Fkyv2q8
PANIC: Failed to register this runner. Perhaps you are having network problems
[root@dmp-devops .ssh]# rpm -qa |grep -i runner
gitlab-ci-multi-runner-9.5.1-1.x86_64
[root@dmp-devops .ssh]#
################################
这个原因是gitalb 在配置文件里启用了 ip 限制导致,放通后就ok了。