Catches webhooks from Travis CI and other build services and provides data to power our office stoplight.
Simply add this to your .travis.yml
file:
notifications:
webhooks:
urls:
- https://buildlight.collectiveidea.com/
on_start: always
Note: Webhooks aren't officially supported with the 2.0 platform yet. Some people report it working.
Simply add this to your .circle/config.yml
file:
notify:
webhooks:
- url: https://buildlight.collectiveidea.com
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
This software is © Copyright Collective Idea and released under the MIT License.