summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-05-08 17:08:19 +0000
committerGerrit Code Review <review@openstack.org>2015-05-08 17:08:19 +0000
commit099e7f719c0b663eb52fb84ef6dbeb014a6692d0 (patch)
treed5952fcabad696ced86b940207d10ee937bbf203
parent89bb8cfb88a46d2751eb319c6d20f0ef17d89b9a (diff)
parent012c1c594472c58f0e1150a713726a5b43d1c927 (diff)
downloadzuul-099e7f719c0b663eb52fb84ef6dbeb014a6692d0.tar.gz
Merge "Adding doc reference of ZUUL_CHANGES"
-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).