Add event id to emit-job-header
This can aid in debugging a still running job. Depends-On: https://review.opendev.org/#/c/706222/ Change-Id: Id6d52185b02447484bfc044b20f14088fbe26634
This commit is contained in:
parent
b2c5e4a132
commit
dd0fa76cff
@ -19,6 +19,9 @@
|
||||
{% if zuul_log_url is defined and zuul_log_path is defined %}
|
||||
Log URL (when completed): {{ zuul_log_url }}/{{ zuul_log_path }}
|
||||
{% endif %}
|
||||
{% if zuul.event_id is defined %}
|
||||
Event ID: {{ zuul.event_id }}
|
||||
{% endif %}
|
||||
|
||||
- name: Print node information
|
||||
debug:
|
||||
|
Loading…
x
Reference in New Issue
Block a user