Top "Gerrit" questions

Gerrit is a web based code review and project management for Git based projects.

What environment variables are passed to Jenkins when using the Gerrit Trigger Plugin?

I'm using the Gerrit Trigger Plugin to kick off Jenkins builds, but haven't found a good place where all of …

triggers jenkins environment-variables gerrit
git alias for HEAD:refs/for/master

I am configuring Gerrit and I would like to avoid writing: git push gerrit HEAD:refs/for/master I would …

git gerrit
Is there anything for subversion as gerrit for git?

Gerrit is useful but it's only for git. I want to setup something like it, but for subversion. Is there …

git svn gerrit
Creating SSH keys for Gerrit and Hudson

I'm trying to use the Hudson Gerrit Trigger plug-in. For whatever reason, Gerrit is not accepting the SSH key located …

git hudson ssh-keys hudson-plugins gerrit
How does the Gerrit- trigger plugin in Jenkins works?

I am trying to understand how does the gerrit-trigger in Jenkins works in details? Also, how is the test for …

plugins jenkins gerrit
Push to gerrit using SourceTree

I can't figure out how to make SourceTree push to Gerrit. I saw this link but I still don't understand …

git gerrit atlassian-sourcetree
Add reviewers via the commit message

Is it possible to add reviewers in Gerrit via a commit message? Consider this commit message: component: make foo more …

git gerrit
Gerrit - Gitlab Integration

In order to improve the development process, our organization have decided to introduce Gerrit in the development workflow. I am …

git gitlab gerrit
Gerrit always rebase before submit patchset to avoid a merge commit

I found that when clicking "Submit Patch Set" in the Gerrit web interface, it'll either simply add a commit to …

merge submit gerrit rebase
Gerrit trigger for Jenkins couldn't find any revision to build

I have trouble using Jenkins+Gerrit. Here is what I got so far: Gerrit Trigger configuration in Jenkins seems to …

git jenkins gerrit gerrit-trigger