Merge "Add event id to emit-job-header"
This commit is contained in:
commit
cf898b26a1
@ -19,6 +19,9 @@
|
|||||||
{% if zuul_log_url is defined and zuul_log_path is defined %}
|
{% if zuul_log_url is defined and zuul_log_path is defined %}
|
||||||
Log URL (when completed): {{ zuul_log_url }}/{{ zuul_log_path }}/
|
Log URL (when completed): {{ zuul_log_url }}/{{ zuul_log_path }}/
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if zuul.event_id is defined %}
|
||||||
|
Event ID: {{ zuul.event_id }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
- name: Print node information
|
- name: Print node information
|
||||||
debug:
|
debug:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user