summaryrefslogtreecommitdiff
path: root/releasenotes/notes/zuul-return-skip-child-jobs-772988c87c495cb2.yaml
blob: cb4f9b1c4f4de6c1be229ecd7c934eac84864380 (plain)
1
2
3
4
5
6
7
8
---
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.