Add a note how to access zuul.items variable

Change-Id: I81ee4bfa5e95187aca0cdb2d0f54d133bad02dd1
This commit is contained in:
Albin Vass 2021-01-26 11:23:41 +01:00
parent d12e582148
commit d6dd22cf98
1 changed files with 6 additions and 0 deletions

View File

@ -439,6 +439,12 @@ of item.
.. var:: items
:type: list
.. note::
``zuul.items`` conflicts with the ``items()`` builtin so the
variable can only be accessed with python dictionary like syntax,
e.g: ``zuul['items']``
A list of dictionaries, each representing an item being tested
with this change with the format: