From 012c1c594472c58f0e1150a713726a5b43d1c927 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Tue, 21 Apr 2015 20:11:39 -0400 Subject: [PATCH] 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 --- doc/source/launchers.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/launchers.rst b/doc/source/launchers.rst index c79929129f..b95354f61d 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).