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

https://github.com/remiljw/python-script

A Python script that uses Jenkins' API to get a list of jobs and their status from a given jenkins instance. The status for each job is stored in an sqlite database along with the time for when it was checked.
https://github.com/remiljw/python-script

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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