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
This commit is contained in:
Julia Kreger 2015-04-21 20:11:39 -04:00
parent 135a9358c1
commit 012c1c5944
1 changed files with 4 additions and 0 deletions

View File

@ -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).