https://github.com/radar/buildkite-notifier
https://github.com/radar/buildkite-notifier
artisanal buildkite notifier
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/radar/buildkite-notifier
- Owner: radar
- Created: 2017-02-22T01:42:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T01:43:56.000Z (about 8 years ago)
- Last Synced: 2025-02-10T13:44:00.397Z (3 months ago)
- Topics: artisanal, buildkite, notifier
- Language: Ruby
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buildkite Notifier
The unofficial terminal notification thingo for Buildkite.
## Installation
1. Clone this repo.
2. Run `bundle install`.
2. [Generate a new API token for your user](https://buildkite.com/user/api-access-tokens) with the "Read Builds" option checked.
3. Export that token as `BUILDKITE_TOKEN` in your local `ENV`.
4. Install `terminal-notifier` (`brew install terminal-notifier`).## Usage
1. Run `./buildkite.rb `
2. See a notification come up when your build finishes.
3. :tada: