将Gerrit与Gitlab集成

时间:2016-06-16 13:40:25

标签: gitlab gerrit integrate

您是否有任何提示或教程如何将 Gerrit Gitlab - Gerrit 整合为 Gitlab <的代码审核/ strong> repo?

1 个答案:

答案 0 :(得分:2)

是的,它可以轻松集成,安装gitlab和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.

注意:您可以使用gerrit oauth插件使用gitlab和jenkins进行身份验证来验证构建。

https://gerrit.googlesource.com/plugins/replication/+doc/master/src/main/resources/Documentation/config.md