Merge "Add gerrit/smtp port config options to the doc"

This commit is contained in:
Jenkins 2014-03-27 05:04:33 +00:00 committed by Gerrit Code Review
commit 07aefb182d
1 changed files with 8 additions and 0 deletions

View File

@ -67,6 +67,10 @@ gerrit
FQDN of Gerrit server.
``server=review.example.com``
**port**
Optional: Gerrit server port.
``port=29418``
**baseurl**
Optional: path to Gerrit web interface. Defaults to ``https://<value
of server>/``. ``baseurl=https://review.example.com/review_site/``
@ -158,6 +162,10 @@ smtp
SMTP server hostname or address to use.
``server=localhost``
**port**
Optional: SMTP server port.
``port=25``
**default_from**
Who the email should appear to be sent from when emailing the report.
This can be overridden by individual pipelines.