CCPixel is a cc.xml (build monitor) driver for BlinkStick
Install Bundler:
$ gem install bundler
Install all of the required gems:
$ bundle install
Note: We use a libusb ruby binding, that has some prerequisites. Please see documentation
Configure config.yml:
url: "http://example.com/cctray.xml"
sleep: 10
auth:
enabled: true
username: "user"
password: "pass"
Run the main file:
$ bundle exec rake run
- Add option to only monitor certain pipelines to
config.yml - Better testing of Error scenarios
To run the tests:
$ bundle exec rake test
- Fork it.
- Create a branch (
git checkout -b my_markup) - Commit your changes (
git commit -am "Added Snarkdown") - Push to the branch (
git push origin my_markup) - Open a Pull Request
- Enjoy a refreshing Diet Coke and wait
Unless otherwise stated, this software is licensed under The MIT License (Please see ./LICENSE).
The licences of all dependencies can be seen in ./doc/license_dependencies.