Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 507 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 507 Bytes

Seedstars

The first challenge is a script, in Python, that uses Jenkins' API to get a list of jobs and their status from a given jenkins instance. The status for each job should is stored in an sqlite database along with the time for when it was checked.

The Script is found in the jenkins_script.py file

Note: before jenkins api can work on this server you have to install jenkins installer, configure it to run as a service then create jobs, build the jobs.

The second challenge is the Django App