Jenkins RPi LED Status ====================== Raspberry Pi and Jenkins project to show stats of jobs using LED lights via GPIO Requirements: ------------- 1. Jenkins Python API 2. GPIO module for Raspberry Pi You can install the required libraries with the following commands: `sudo apt-get install python-pip sudo pip install jenkinsapi sudo pip install RPIO` Instructions: -------------- 1. Define GPIO pin variables associated with corresponding LED lights 2. Define Jenkins Url 3. Define Jenkins Job 4. Run: `sudo python jenkins_status.py`