No release in over a year
Command line utility that continuously watches for the buildkite job running current git HEAD and notifies on build status changes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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.