zuul/releasenotes/notes/zuul-return-skip-child-jobs-772988c87c495cb2.yaml
Paul Belanger 5c797a12a8
Support zuul.child_jobs via zuul_return
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>
2018-07-05 10:53:58 -04:00

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.