A Bitbar plugin to display your recent Buildkite builds on the OS X menu bar.
The menu bar shows a count of active builds. When expanded the popup shows all recent builds.
Holding the Option key shows some additional information about each build:
Here's a video showing it in action:
- Install Bitbar and jq.
- Download the latest version of the script and place it in your Bitbar plugins folder.
- Make the plugin executable by running
chmod +x {filename}. - Provide your Buildkite.com API key in the script file by editing this line:
BUILD_KITE_API_TOKEN="ABC" # <- replace ABC with your token


