Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>GitLab PipelinesNew to Visual Studio Code? Get it now.
GitLab Pipelines

GitLab Pipelines

Gitlab Pipelines

|
30,538 installs
| (0) | Free
GitLab Pipelines Monitor
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

GitLab Pipelines

:us: This extension can monitor 20 GitLab Pipelines in Realtime

:cn: 这个插件可以实时监控当前仓库最新的20条pipeline状态

Features

:us: This extension will display the latest 20 pipeline statuses in the tree menu on the left.

:cn: 这个插件会在左侧树菜单展示当前仓库最新20pipeline的状态

Requirements - 要求

:us: This plugin only exist in the currently opened workspace.

:cn: 这个插件只有当前打开的工作空间存在.gitlab-ci.yml文件才会启动

Extension Configuration - 插件配置

在settings.json文件中添加以下配置:

"GitLabPipelines": {
  "code.com": {      						// 自己公司对应的gitlab域名
    "token": "123HJG23DCAXSDAS",// 在你的GitLab的 Personal Access Token 菜单中进行创建
    "interval": 3000						//  更新时间
  }
}

创建 Gitlab Personal Access Token 如下图所示:

Development Environment - 开发环境

  • node: v16.13.1
  • npm: v8.1.2
  • Operating System - 系统: MacOS
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft