From dd0fa76cff1691865f5f9724bf19a18fba297c2e Mon Sep 17 00:00:00 2001 From: Simon Westphahl Date: Thu, 6 Feb 2020 11:25:27 +0100 Subject: [PATCH] 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 --- roles/emit-job-header/tasks/main.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/emit-job-header/tasks/main.yaml b/roles/emit-job-header/tasks/main.yaml index d98aeb4fd..3f788d8a1 100644 --- a/roles/emit-job-header/tasks/main.yaml +++ b/roles/emit-job-header/tasks/main.yaml @@ -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: