<div dir="ltr"><div>Our jenkins server stores the logs for all of the test jobs related to a commit on <a href="http://logs.openstack.org">http://logs.openstack.org</a>, 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).</div>
<div><br></div><div>"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.</div><div>
<br></div><div><div>You can download the package from <a href="https://pypi.python.org/pypi/git-os-job">https://pypi.python.org/pypi/git-os-job</a> or install it with pip:</div><div><br></div><div>  $ pip install git-os-job</div>
</div><div><br></div><div><div>See the project page on github for more details:</div><div><br></div><div><a href="https://github.com/dhellmann/git-os-job">https://github.com/dhellmann/git-os-job</a></div></div><div><br></div>
<div>Enjoy,</div><div>Doug</div><div><br></div></div>