summaryrefslogtreecommitdiff
path: root/releasenotes/notes/role-in-json-4bc0d862066a4390.yaml
diff options
context:
space:
mode:
authorBenedikt Loeffler <benedikt.loeffler@bmw.de>2018-04-10 13:51:17 +0200
committerBenedikt Loeffler <benedikt.loeffler@bmw.de>2018-05-08 14:13:35 +0200
commit2dd4c5274b39064731bf107153a3de88d8c94659 (patch)
tree5326e2b83b19daeee3b65480c53fb091845eede2 /releasenotes/notes/role-in-json-4bc0d862066a4390.yaml
parent1e3e5d33fb140d5dc993eeed6f8b13248105647a (diff)
downloadzuul-2dd4c5274b39064731bf107153a3de88d8c94659.tar.gz
Add role information to task in zuul_json callback
In comparison to other callback plugins like the default (stdout) plugin, the role information for an executed task is missing in the json output. To be complient to the provided task output containing the name and uuid field, we've defined a similar data structure containing the role information. This will only be added to the result set if the task contained the necessary role information. Change-Id: I8d94ba077e0bc90b5cf6510804bbd57c38184a9d
Diffstat (limited to 'releasenotes/notes/role-in-json-4bc0d862066a4390.yaml')
-rw-r--r--releasenotes/notes/role-in-json-4bc0d862066a4390.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/role-in-json-4bc0d862066a4390.yaml b/releasenotes/notes/role-in-json-4bc0d862066a4390.yaml
new file mode 100644
index 000000000..2e5d17abd
--- /dev/null
+++ b/releasenotes/notes/role-in-json-4bc0d862066a4390.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Add role name to json log
+ The json log contains now also the role name and the uuid
+ similar to the task entry.