We're currently looking into hooking up jenkins with gitblit. The main idea is
to have a jenkins job per gitblit ticket and have jenkins report the build
status as a comment / vote for a ticket.
This is more or less a feature that some github projects do via travis ci:
http://www.codeaffine.com/2014/09/01/travis-continuous-integration-for-github-pr
ojects/
There is already a jenkins-gitblit-notifier plugin for jenkins:
https://github.com/kizdebski/jenkins-gitblit-notifier
The same author also got a commit that should implement that feature. But from
my understanding it is incompatible to the jenkins plugin due to different
request calls (UPDATE_TICKET vs. VOTE_PATCHSET):
https://github.com/kizdebski/gitblit/commit/d3b5a9c277092bfdf2e4dbf2aa05859182b0
e8e6
From my point of view it would be nice to have either the possibility to go via
rpc calls or via ssh (through the powertools-gitblit-plugin ). IMHO it is much
better to have this changed upstream then to have everyone implement it by
themselves.
Original issue reported on code.google.com by henning....@gmail.com on 29 Jun 2015 at 10:23
Original issue reported on code.google.com by
henning....@gmail.com
on 29 Jun 2015 at 10:23