summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2015-04-21 20:11:39 -0400
committerJulia Kreger <juliaashleykreger@gmail.com>2015-04-21 20:13:15 -0400
commit012c1c594472c58f0e1150a713726a5b43d1c927 (patch)
tree034fdd6c87595e492fef6134ac1cd5d9a36ed53a
parent135a9358c18a1a1fdc26952865622d2b9add1011 (diff)
downloadzuul-012c1c594472c58f0e1150a713726a5b43d1c927.tar.gz
Adding doc reference of ZUUL_CHANGES
Adding a documentation entry describing the ZUUL_CHANGES parameter that is provided to builds associated with changes. Change-Id: I57be39b8b795edfb1f636db9469c18008afc14a5
-rw-r--r--doc/source/launchers.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/launchers.rst b/doc/source/launchers.rst
index c79929129..b95354f61 100644
--- a/doc/source/launchers.rst
+++ b/doc/source/launchers.rst
@@ -78,6 +78,10 @@ comment-added events):
The target branch for the change that triggered this build.
**ZUUL_CHANGE**
The Gerrit change ID for the change that triggered this build.
+**ZUUL_CHANGES**
+ A caret character separated list of the changes upon which this build
+ is dependent upon in the form of a colon character separated list
+ consisting of project name, target branch, and revision ref.
**ZUUL_CHANGE_IDS**
All of the Gerrit change IDs that are included in this build (useful
when the DependentPipelineManager combines changes for testing).