gitlab-runner注册执行器

gitlab-runner注册执行器

  1. 打开gitlab上的项目页,Settings->CI/CD->Runners->create project runner
    创建好后会生成registration token,后面会用
  2. 下载gitlab-runner 并保存到目录文件夹下,重命名为gitlab-runner.exe
    下载地址:https://docs.gitlab.com/runner/install/bleeding-edge/#download-the-binary
    比如https://s3.dualstack.us-east-1.amazonaws.com/gitlab-runner-downloads/main/binaries/gitlab-runner-windows-amd64.exe
  3. 以管理员运行powershell
  4. cd 到项目目录下
  5. 执行
bash 复制代码
.\gitlab-runner register
bash 复制代码
Enter the GitLab instance URL (for example, https://gitlab.com/):
https://gitlab.com/
Enter the registration token:
GR...
Enter a description for the runner:
[CHINAMI-ULH9Q72]: my-windows-runner
Enter tags for the runner (comma-separated):
windows
Enter optional maintenance note for the runner:
runner
...省略输出
ssh, docker+machine, docker-autoscaler:
shell
Runner registered successfully. Feel free to start it, but if it's running already the config should be automatically reloaded!

注册成功后,会在当前目录生成一个 config.toml 文件,如果存在,说明注册信息已保存。

6.启动 Runner

a.方式1

bash 复制代码
.\gitlab-runner.exe run

此时刷新 GitLab 页面,"Runner has never contacted..." 会消失,状态变为绿色 ●(在线)。

⚠️ 缺点:关闭 PowerShell 窗口,Runner 就停止了。

b.方式2

bash 复制代码
cd D:\workspace\auto_pull

# 安装服务(使用当前用户权限)
.\gitlab-runner.exe install --user ".\CHINAMI-ULH9Q72" --password ""

# 启动服务
.\gitlab-runner.exe start
相关推荐
jekc8682 天前
Ubuntu-GitLab
服务器·ubuntu·gitlab
在路上走着走着2 天前
openclaw v2026.4.5 版本 提示 pairing required 解决方案
gitlab
Gazer_S7 天前
【GitLab npm Registry 非标准端口安装问题解决方案】
前端·npm·gitlab
-KamMinG7 天前
Gitlab版本升级方案-13.x到17.x
gitlab
菜鸡00019 天前
把一个项目传到 GitLab 的某个群组
大数据·elasticsearch·gitlab
AlbertS9 天前
记一次推送lfs失败不能迁移git仓库到新的gitlab的问题
git·ai·gitlab·lfs·rejected
日更嵌入式的打工仔9 天前
Windows 下 GitLab 完整使用指南
windows·gitlab
会飞的大可10 天前
Jenkins vs GitLab CI/CD:2026 企业级 CI/CD 工具深度选型评测
ci/cd·gitlab·jenkins
庭風10 天前
让 AI 从需求直接走到 MR:我开源了一个面向 GitLab 的工作流 MCP
gitlab
Sakuyu4346811 天前
Git-GitLab-JenKins
git·gitlab·jenkins