https://github.com/nulogy/buildkite_watcher
Get macOS notifications when builds are done
https://github.com/nulogy/buildkite_watcher
buildkite ci pipeline tool
Last synced: 3 months ago
JSON representation
Get macOS notifications when builds are done
- Host: GitHub
- URL: https://github.com/nulogy/buildkite_watcher
- Owner: nulogy
- Created: 2021-06-04T14:00:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T20:08:16.000Z (over 3 years ago)
- Last Synced: 2025-06-15T13:11:34.813Z (4 months ago)
- Topics: buildkite, ci, pipeline, tool
- Language: Ruby
- Homepage:
- Size: 245 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Buildkite Watcher
[](https://badge.fury.io/rb/buildkite_watcher)
[](https://github.com/nulogy/buildkite_watcher/actions?query=workflow%3ACI)It continuously watches the most recent buildkite job running the current git branch and notifies on build status changes.

## Installation
Run this command:
gem install buildkite_watcher
## Usage
From your project's root directory, run:
bw
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`.
### To release a new version
1. Update `CHANGELOG.md`
1. Update the version number in `version.rb`
1. Run `bundle install`
1. Commit the changes
1. Run `bundle exec rake release`## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/nulogy/buildkite_watcher.