查看日志
gitlab-ctl tail
如果是token问题 (docker重置过)
gitlab-rails dbconsole -e production
UPDATE projects SET runners_token = null, runners_token_encrypted = null;
UPDATE namespaces SET runners_token = null, runners_token_encrypted = null;
UPDATE application_settings SET runners_registration_token_encrypted = null;
执行后所有CI相关会被清空 详见原文
原文链接:
https://blog.csdn.net/qq_33733970/article/details/116705870
https://blog.csdn.net/qq_37837432/article/details/121642542
网友评论