From c7d28a7756ea787bb734ad745a0a2293c43dbbaa Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Sat, 22 Mar 2014 09:21:38 +0900 Subject: [PATCH] Add gerrit/smtp port config options to the doc Change-Id: I717ec83e8bbd4657f2fafda30a614abcf780bc4b --- doc/source/zuul.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/zuul.rst b/doc/source/zuul.rst index c711394b31..56a8992f7f 100644 --- a/doc/source/zuul.rst +++ b/doc/source/zuul.rst @@ -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:///``. ``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.