/bitbar-buildkite

A Bitbar plugin to show recent Buildkite builds

Primary LanguageShellMIT LicenseMIT

Bitbar Buildkite Plugin

A Bitbar plugin to display your recent Buildkite builds on the OS X menu bar.

Features

The menu bar shows a count of active builds. When expanded the popup shows all recent builds.

Screenshot of main popup view

Holding the Option key shows some additional information about each build:

Screenshot of alternate view

Here's a video showing it in action:

Video capture of screenshot

Installation

  1. Install Bitbar and jq.
  2. Download the latest version of the script and place it in your Bitbar plugins folder.
  3. Make the plugin executable by running chmod +x {filename}.
  4. Provide your Buildkite.com API key in the script file by editing this line:
    BUILD_KITE_API_TOKEN="ABC" # <- replace ABC with your token