Files
zuul-jobs/roles/emit-job-header/tasks/main.yaml
Monty Taylor 0128c488e5 Remove extra quotation mark
Change-Id: I3d496cc4990cdacaca8e28c23bc126b9c9779edd
2017-09-10 12:27:23 -06:00

11 lines
336 B
YAML

- include_role:
name: set-zuul-log-path-fact
- debug:
msg: "Job {{ zuul.job }} triggered from {{ zuul.change_url }}"
when: zuul.change_url is defined
- debug:
msg: "At completion, logs for this job will be available at {{ zuul_log_url }}/{{ zuul_log_path }}"
when: zuul_log_url is defined and zuul_log_path is defined