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
- Host: GitHub
- URL: https://github.com/bertrik/buildstatuslight
- Owner: bertrik
- License: mit
- Created: 2018-10-22T19:39:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T21:42:29.000Z (about 1 year ago)
- Last Synced: 2025-04-17T22:10:11.257Z (about 1 year ago)
- Language: C++
- Homepage: https://revspace.nl/BuildStatusTrafficLight
- Size: 169 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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