https://github.com/davidparsson/stable-revision-finder
Finds the latest common stable revision for all builds in a Jenkins view.
https://github.com/davidparsson/stable-revision-finder
Last synced: 3 months ago
JSON representation
Finds the latest common stable revision for all builds in a Jenkins view.
- Host: GitHub
- URL: https://github.com/davidparsson/stable-revision-finder
- Owner: davidparsson
- Created: 2012-06-26T12:52:15.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-20T13:18:33.000Z (about 11 years ago)
- Last Synced: 2025-02-14T08:24:30.415Z (5 months ago)
- Language: Python
- Size: 214 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Stable Revision Finder
======================Finds the latest common stable revision for all builds in a Jenkins view.
Useful for finding a commonly releasable revision across many different Jenkins jobs.
Usage
-----
To get the latest stable revision, run:
python find_last_stable_revision.py http://[jenkins host]/view/[view name]/If you want more details on what's going on, append the `--verbose` flag:
python find_last_stable_revision.py http://[jenkins host]/view/[view name]/ --verboseRunning the Tests
-----------------
The tests uses two packages to be installed, `mockito` and `unittest-xml-reporting`. They
can be installed using `easy_install` like this:
easy_install mockito unittest-xml-reportingThe tests can then be run by executing `./tests.py`.