Installation of Gerrit
Let's perform the following steps to install Gerrit:
Download Gerrit from https://www.gerritcodereview.com/.
Follow the installation instructions as per the platform option and access Gerrit on port
8080
as follows to create users and projects:Configure in Jenkins under Manage Plugins for Gerrit:
Version control tools listed in the Lesson 2, DevOps Framework, for example Gerrit the web-based code review interface, allow reviewing changes online to push changes from any Git client and then auto-merging them with the master; it can also be configured as a remote Git repository.
Gerrit configuration includes user creation, Secure Shell (SSH) set up to exchange data with a Gerrit server. The configuration file /etc/gerrit.config
has extensive parameters you need to set as per configuration requirements.