python2-git-os-job
show the OpenStack job logs for a commit - Python 2.7
Install
- All systems
-
curl cmd.cat/python2-git-os-job.sh
- Debian
-
apt-get install python-git-os-job
- Ubuntu
-
apt-get install python-git-os-job
- Kali Linux
-
apt-get install python-git-os-job
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-git-os-job
- Raspbian
-
apt-get install python-git-os-job
- Dockerfile
- dockerfile.run/python2-git-os-job
python-git-os-job
show the OpenStack job logs for a commit - Python 2.7
The OpenStack project stores the logs for all of the test jobs related to a commit on http://logs.openstack.org organized by the commit hash. To review the logs after a job runs, most developers start with the message jenkins leaves on gerrit, and click through to the log files. Not all jenkins jobs are triggered by or related to a gerrit review, though (e.g, release tags). git-os-job makes it easy to find those logs by finding the hash of the commit and using it to build the right URL. It will then either print the URL or open a web browser directly. This package contains the Python 2.7 module.