Configure gerrit trigger
PROD-16423
Change-Id: Id99189525bc02e08c5c9eafa4110aa0f356d48e8
diff --git a/README.rst b/README.rst
index d721873..588d72b 100644
--- a/README.rst
+++ b/README.rst
@@ -798,6 +798,32 @@
visible_for_project: ''
timestamps: false
timestamp_format: ''
+=======
+Gerrit trigger plugin configuration
+
+.. code-block:: yaml
+
+ jenkins:
+ client:
+ gerrit:
+ server1:
+ host: "gerrit.domain.local"
+ port: 29418
+ username: "jenkins"
+ email: "jenkins@domain.local"
+ auth_key_file: "/var/jenkins_home/.ssh/id_rsa"
+ frontendURL: "https://gerrit.domain.local"
+ authkey: |
+ SOMESSHKEY
+ server2:
+ host: "gerrit2.domain.local"
+ port: 29418
+ username: "jenkins"
+ email: "jenkins@domain.local"
+ auth_key_file: "/var/jenkins_home/.ssh/id_rsa"
+ frontendURL: "https://gerrit2.domain.local"
+ authkey: |
+ SOMESSHKEY
Usage
=====