zuul/tests/fixtures/config/job-output/git/common-config/playbooks/job-output.yaml

13 lines
315 B
YAML

- hosts: all
handlers:
- name: handler
shell: echo "This is a handler"
tasks:
- shell: echo "Standard output test {{ zuul.executor.src_root }}"
notify: handler
- shell: echo "This should be skipped"
when: false
- fail:
msg: "This should fail"
ignore_errors: true