5c797a12a8
Expose the ability for a user to skip child jobs using zuul_return and zuul.child_jobs. Change-Id: I21ea9b2d3b1711f0d55bbe3d626ac7dde5db2919 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
9 lines
350 B
YAML
9 lines
350 B
YAML
---
|
|
features:
|
|
- |
|
|
It is now possible to use zuul_return to skip child jobs. You can
|
|
use the :var:`zuul.child_jobs` inventory variable to get a list of
|
|
child jobs configured to run, then use zuul_return to modify the
|
|
list. Any child job not in zuul_return zuul.child_jobs will be
|
|
skipped. See :ref:`return_values` for examples.
|