Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Buildkite CI StatusNew to Visual Studio Code? Get it now.
Buildkite CI Status

Buildkite CI Status

Gencer W. Genç

|
1,089 installs
| (0) | Free
Monitor project's Buildkite CI/CD status from Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Buildkite Status

The extension allows you to view the build status of your project on Buildkite CI from within Visual Studio Code.

Features

At this moment the extension allows you to preview the build status of the specific project branch that you want to observe (as specified in the configuration file described below). In this first version the extension allows only for a single project monitor.

Buildkite CI Status

Usage

Once installed, the build status of your specific project branch will be displayed at the Visual Studio Code status bar. In order to be enable the extension to communicate with the Buildkite CI/CD, you need to have .buildkite-ci-status.yml file in the root of your Visual Studio Code workspace. In this file you specify the following:

token: buildkite-auth-token
project: project-slug
organization: organization

Note: Do not forget to add this file to .gitignore list.

Commands

The extension contributes the following commands to your Visual Studio Code:

  • Buildkite: Update Status: Manually refresh the build status of the specified branch.
  • Buildkite: View Branch in Buildkite: Open the specified branch in the Buildkite CI web page.

Status Bar

You can also click on build status bar to visit Buildkite and see the results.

Buildkite CI StatusBar

Settings

The extension contributes the following settings parameters to your Visual Studio Code:

  • buildkiteci.pollInterval: Interval (in minutes) for refreshing the build status.

E.g. every five minutes:

"buildkiteci.pollInterval": 5

The default value is 20 seconds.

Contribution

In case you run into any issues while using the extension or have a suggestion on how to improve it, please create an issue here.

based on work by ksokolovic.

Attention

This is an unofficial extension aimed at automating build statuses to show in Visual Studio Code. This extension or its maintainer is not in any way affiliated with Buildkite.

Roadmap

  • [ ] Ability to fetch build log inside VSCode output or debug console (or maybe in a popup window)
  • [ ] Ability to cancel or retry build inside VSCode.
  • [ ] Ability to watch specific branches

License

Distributed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft