summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/source/zuul.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/zuul.rst b/doc/source/zuul.rst
index cb49c82b4..1b9ce641f 100644
--- a/doc/source/zuul.rst
+++ b/doc/source/zuul.rst
@@ -278,6 +278,7 @@ explanation of each of the parameters::
- name: check
manager: IndependentPipelineManager
+ source: gerrit
trigger:
gerrit:
- event: patchset-created
@@ -294,6 +295,11 @@ explanation of each of the parameters::
This is an optional field that may be used to provide a textual
description of the pipeline.
+**source**
+ A required field that specifies a trigger that provides access to
+ the change objects that this pipeline operates on. Currently only
+ the value ``gerrit`` is supported.
+
**success-message**
An optional field that supplies the introductory text in message
reported back to Gerrit when all the voting builds are successful.