Merge "Add a note how to access zuul.items variable"

This commit is contained in:
Zuul 2021-02-23 17:31:45 +00:00 committed by Gerrit Code Review
commit b1cb0f0ffe
1 changed files with 6 additions and 0 deletions

View File

@ -439,6 +439,12 @@ of item.
.. var:: items .. var:: items
:type: list :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 A list of dictionaries, each representing an item being tested
with this change with the format: with this change with the format: