Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 539 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 539 Bytes

Buildkite Notifier

The unofficial terminal notification thingo for Buildkite.

Installation

  1. Clone this repo.
  2. Run bundle install.
  3. Generate a new API token for your user with the "Read Builds" option checked.
  4. Export that token as BUILDKITE_TOKEN in your local ENV.
  5. Install terminal-notifier (brew install terminal-notifier).

Usage

  1. Run ./buildkite.rb <org> <pipeline> <build number>
  2. See a notification come up when your build finishes.
  3. 🎉