Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.15 KB

readme.md

File metadata and controls

35 lines (22 loc) · 1.15 KB

cilite

A build status light for use within a continious integration workflow.

It polls Jenkins for the status of the last build and changes an rgb led light color:

success   =>  green
failed    =>  red
building  =>  blue

dependencies:
nodejs, an Arduino setup for johnny-five goodness.

npm install
node main --url=JSON_API_URL_FOR_LAST_BUILD
npm test to test (expects a mounted Arduino board)
node server --url=JSON_API_URL_FOR_LAST_BUILD to use a webpage "light" instead of an Arduino board


Image of Jenkins CI logo used without explicit permissions. Not sure if this protrayal of the logo constitutes as a "Remix" under v3 the Creative commons license. Whatever, if Jenkins get's mad, I'll remove it. But Jenkins looks like an awfully pleasant fellow.


Licensed under the MIT license.