summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJames E. Blair <jim@acmegating.com>2022-09-07 11:52:03 -0700
committerJames E. Blair <jim@acmegating.com>2022-09-13 18:05:42 -0700
commit9a3b028fa21013812585fcf1291bad130563c64c (patch)
tree1453b9a832f6928b9ec51b5f71242548bce47983 /releasenotes
parent0b4c6b011701f8723cb722a739d2ce24d6ad4376 (diff)
downloadzuul-9a3b028fa21013812585fcf1291bad130563c64c.tar.gz
Add option to include returned data in MQTT reporter
This adds an option to include result data from a job in the MQTT reporter. It is off by default since it may be quite large for some jobs. Change-Id: I802adee834b60256abd054eda2db834f8db82650
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/mqtt-include-returned-data-c5836db472907c42.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/mqtt-include-returned-data-c5836db472907c42.yaml b/releasenotes/notes/mqtt-include-returned-data-c5836db472907c42.yaml
new file mode 100644
index 000000000..2acb9433a
--- /dev/null
+++ b/releasenotes/notes/mqtt-include-returned-data-c5836db472907c42.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ The MQTT driver now supports including data returned from a job in
+ its reports. See
+ :attr:`pipeline.<reporter>.<mqtt>.include-returned-data`.