summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Westphahl <simon.westphahl@bmw.de>2020-02-06 11:20:21 +0100
committerSimon Westphahl <simon.westphahl@bmw.de>2020-02-06 11:32:48 +0100
commite00ce4ce4ee28480b8924b0569a19179202cb2bd (patch)
tree2eb42c847035d362c5ef5e0f4b987f759303fe18 /doc
parent7e4bfb68f368ab720cb199531e77152e9e628b94 (diff)
downloadzuul-e00ce4ce4ee28480b8924b0569a19179202cb2bd.tar.gz
Add Zuul's event id to Ansible inventory
With the event id in the inventory we can use it in the emit-job-header role. This can aid in debugging, e.g. when a job is still running. Change-Id: Id2d38bb3d121fa9cf959b9765ac8025d42001c02
Diffstat (limited to 'doc')
-rw-r--r--doc/source/reference/jobs.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/reference/jobs.rst b/doc/source/reference/jobs.rst
index b197e4a3f..b39629604 100644
--- a/doc/source/reference/jobs.rst
+++ b/doc/source/reference/jobs.rst
@@ -309,6 +309,11 @@ of item.
The name of the job being run.
+ .. var:: event_id
+
+ The UUID of the event that triggered this execution. This is mainly
+ useful for debugging purposes.
+
.. var:: voting
A boolean indicating whether the job is voting.