An open API service indexing awesome lists of open source software.

https://github.com/bertrik/buildstatuslight

Indicator light that shows the current Jenkins build status using a toy traffic light
https://github.com/bertrik/buildstatuslight

Last synced: 3 months ago
JSON representation

Indicator light that shows the current Jenkins build status using a toy traffic light

Awesome Lists containing this project

README

          

# BuildStatusLight
Indicator light that shows the current Jenkins build status using a toy traffic light

The python script requires python3 and the following additional libraries;
* pyserial
* requests

These can be installed using pip:
pip3 install pyserial requests