0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Uploads a build from gerrit/Jenkins to hockeyapp.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.11.0, ~> 1.11
>= 8.2.2, ~> 8.2.2
>= 0.8.3, ~> 0.8.13
~> 0.10.3
>= 11.1.1, ~> 11.1.1
>= 3.4.0, ~> 3.4
>= 0.38, ~> 0.38
>= 1.0.4, ~> 1.0
>= 0.11.2, ~> 0.11.2
>= 2.0.3, ~> 2.0

Runtime

~> 0.9.2
 Project Readme

hockey-gerrit

Gem Version Build Status Code Climate Coverage Status Dependency Status

The hockey-gerrit gem saves the gerrit change number, patch number, commit message and author to a file. The build is then uploaded to hockeyapp.

Installation

gem install hockey-gerrit

Usage

Run hockey-gerrit inside a Jenkins job's execute shell. The job must be triggered by the gerrit-trigger plugin.

Test

This project uses Rubocop for linting and RSpec for testing. Run rake to run tests.

Test Usage

  1. Export a temporary environment variable for GERRIT_REFSPEC.
    • (eg. export GERRIT_REFSPEC="this/is/a/test"
  2. Inside of a git repo, run hockey-gerrit path/to/app.
  3. The output will be something similar to the following: (Writes to changelog.md)
g70000,10
John Doe: Made a cool commit