https://github.com/persianturtle/get_jenkins_build_urls
Script for quickly retrieving Jenkins build URLs.
https://github.com/persianturtle/get_jenkins_build_urls
Last synced: 23 days ago
JSON representation
Script for quickly retrieving Jenkins build URLs.
- Host: GitHub
- URL: https://github.com/persianturtle/get_jenkins_build_urls
- Owner: persianturtle
- License: mit
- Created: 2015-12-04T06:06:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T06:42:21.000Z (over 10 years ago)
- Last Synced: 2025-03-22T04:25:04.084Z (about 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quickly Retrieve Jenkins Build URLs
Retrieving all build URLs for a Jenkins job can be tedious. This script was created to solve that problem.
> Note: Only successful builds are retrieved.
## Usage
Place `get_jenkins_build_urls.py` into a directory of your choice. Make sure the user has executable permission for the script.
Example URL: `http://jenkins.ic2.player.to/job/IC2_experimental/`
Run the script with:
`./get_jenkins_build_urls.py`
You will be asked to supply a Jenkins Job URL. You may choose to include or exclude the URL's trailing slash.
## Dependencies
This script was tested with Python 2.7.6 and requires:
1. `requests`
2. `yaml`
3. `BeautifulSoup`