Do you have any tips or tutorials how to integrate Gerrit with Gitlab - Gerrit should be as code review for Gitlab repo?
Asked
Active
Viewed 9,888 times
1 Answers
3
yes it can be integrated easily, install gitlab and gerrit.
1. create your repository on gitlab.
2. git clone --mirror <gitlab repo url>
3. create project on gerrit.
4. git push --mirror <gerrit_project_url>
5. configure gerrit replication plugin, this will replicate your all the changes to gitlab.
NOTE : you can use gerrit oauth plugin to authenticate using gitlab and jenkins to verify build.

Paramjeet Singh
- 97
- 8