Gerrit + Gitlab

Asked

Viewed 96 times

3

Good afternoon, I would like to know if anyone has ever integrated Gerrit with gitlab, I have been researching and found some possible ways to know which one would be more appropriate, using replication mode and also something similar to gitweb. Today I have my Gerrit working with my projects without problem, but I can’t see fonts, open Issue, have access to wiki and etc., so I decided to put the gitlab to do this field medium. What do you think? Someone has some recommendation. Thanks in advance

1 answer

0

Yes, I believe that quickly.

Install gitlab and Gerrit.

1. Crie seu repositório no GITLAB.
2. git clone --mirror <url do repositorio gitlab>
3. Crie seu projeto no GERRIT.
4. git push --mirror <url do projeto no gerrit>
5. Configure o plugin de replicação do GERRIT, isso vai replicar suas alterações para o GITLAB.

NOTE : You can use the GERRIT OAUTH plugin to authenticate using GITLAB and JENKINS to check the BUILD status.

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.