Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-20T13:18:33.000Z (over 10 years ago)
- Last Synced: 2023-04-09T23:58:10.031Z (over 1 year ago)
- Language: Python
- Size: 214 KB
- Stars: 1
- Watchers: 2
- 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`.