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.
- Host: GitHub
- URL: https://github.com/remiljw/python-script
- Owner: remiljw
- License: mit
- Created: 2019-06-24T15:02:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T17:27:48.000Z (over 6 years ago)
- Last Synced: 2025-01-20T12:23:36.183Z (11 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.