Buildkite Watcher

Gem Version CI Status

It continuously watches the most recent buildkite job running the current git branch and notifies on build status changes.

Notification Screenshot

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
  2. Update the version number in version.rb
  3. Run bundle install
  4. Commit the changes
  5. Run bundle exec rake release

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nulogy/buildkite_watcher.