zuul/releasenotes/notes/inventory-zuul-child-jobs-0e7cf28f0cab83b8.yaml
Paul Belanger 144df5e2d5
Add zuul.child_jobs in ansible inventory file
A job may want to know information about the first level of child jobs
that will run after it, to provide this information we now include
zuul.child_jobs (as list) in the inventory file.

Change-Id: I17386d4aa1409b7ac996518981501c2d22899434
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-06-28 16:09:12 -04:00

7 lines
183 B
YAML

---
features:
- |
A new Ansible inventory variable :var:`zuul.child_jobs` which is a
list of the first level child jobs to be run after a job has
finished successfully.