Skip to content

Instantly share code, notes, and snippets.

@bbayszczak
Created September 10, 2018 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbayszczak/d8d3e22a956ae26134cf28c39b2a0cc9 to your computer and use it in GitHub Desktop.
Save bbayszczak/d8d3e22a956ae26134cf28c39b2a0cc9 to your computer and use it in GitHub Desktop.
- hosts: localhost
tasks:
- debug:
msg: "Child Jobs before: {{ zuul.child_jobs }}"
- zuul_return:
data:
zuul:
child_jobs:
- child-job-to-run
- debug:
msg: "Child Jobs after: {{ zuul.child_jobs }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment