🇺🇸 This extension can monitor 20 GitLab Pipelines in Realtime
🇨🇳 这个插件可以实时监控当前仓库最新的20条pipeline状态
🇺🇸 This extension will display the latest 20 pipeline statuses in the tree menu on the left.
🇨🇳 这个插件会在左侧树菜单展示当前仓库最新20pipeline的状态
🇺🇸 This plugin only exist in the currently opened workspace.
🇨🇳 这个插件只有当前打开的工作空间存在.gitlab-ci.yml
文件才会启动
在settings.json
文件中添加以下配置:
"GitLabPipelines": {
"code.com": { // 自己公司对应的gitlab域名
"token": "123HJG23DCAXSDAS",// 在你的GitLab的 Personal Access Token 菜单中进行创建
"interval": 3000 // 更新时间
}
}
创建 Gitlab Personal Access Token 如下图所示:
- node: v16.13.1
- npm: v8.1.2
- Operating System - 系统: MacOS