注册gitlab-runner
- 一、注册gitlab-runner(shared)
- 二、注册gitlab-runner(group)
- 三、注册gitlab-runner(specific)
使用管理员账号登录gitlab
一、注册gitlab-runner(shared)
shared类型的gitlab-runner会运行整个gitlab平台项目中的作业;
二、注册gitlab-runner(group)
group类型的gitlab-runner会运行gitlab平台该group中项目的作业;
三、注册gitlab-runner(specific)
specific类型的gitlab-runner会运行指定项目的作业;