Merge "Clarify usage of the zuul_success variable"

This commit is contained in:
Zuul 2018-06-22 16:54:01 +00:00 committed by Gerrit Code Review
commit 9f6a413125
1 changed files with 7 additions and 1 deletions

View File

@ -364,7 +364,13 @@ of item.
Post run playbook(s) will be passed this variable to indicate if the run
phase of the job was successful or not. This variable is meant to be used
with the `boolean` filter.
with the `bool` filter.
.. code-block:: yaml
tasks:
- shell: echo example
when: zuul_success | bool
Change Items