This tool can
- Fetch list of builds from Jenkins, put it into table 'builds' of sqlite database. Table columns are:
sqlite> .mode line
sqlite> select * from builds limit 1;
index = 1
name = 389-ds-base
number = 552
builtOn = Fedora20
url = http://jenkins.cloud.fedoraproject.org/job/389-ds-base/552/
timestamp = 1432667167192
id = 552
result = SUCCESS
duration = 320450
fullDisplayName = 389-ds-base #552
Based on
Uses Bootstrap Flatly theme.
gcc-c++ libpng-devel freetype-devel
$ pip install -r requirements.txt
$ cp config.py.example config.py
$ python runserver.py
Use browser to go to http://localhost:5000/
$ curl localhost:5000/update/<db_name>?key=friend
- Pagination for builds
- Query by name, by date range, by anything