/buildlight

Aggregating travis-ci webhooks to power the stoplight in our office.

Primary LanguageRubyMIT LicenseMIT

BuildLight

Build Status CircleCI

Catches webhooks from Travis CI and CircleCI and provides data to power our office stoplight.

Collective Idea stoplight

Add Projects

Travis CI

Simply add this to your .travis.yml file:

notifications:
  webhooks:
    urls:
      - https://buildlight.collectiveidea.com/
    on_start: always

Circle CI

Simply add this to your circle.yml file:

notify:
  webhooks:
    - url: https://buildlight.collectiveidea.com

Viewing Status

The main website shows the basic status for all projects. Adding a user/organization name to the url shows just those projects, for example: https://buildlight.collectiveidea.com/collectiveidea

License

This software is © Copyright Collective Idea and released under the MIT License.