[openstack-dev] new git plugin for finding the jenkins logs for your patchset

Doug Hellmann doug.hellmann at dreamhost.com
Fri Sep 20 22:23:21 UTC 2013


Our jenkins server 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.

You can download the package from
https://pypi.python.org/pypi/git-os-jobor install it with pip:

  $ pip install git-os-job

See the project page on github for more details:

https://github.com/dhellmann/git-os-job

Enjoy,
Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130920/7794fda9/attachment.html>


More information about the OpenStack-dev mailing list