summaryrefslogtreecommitdiff
path: root/doc/source/drivers/mqtt.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/drivers/mqtt.rst')
-rw-r--r--doc/source/drivers/mqtt.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/drivers/mqtt.rst b/doc/source/drivers/mqtt.rst
index 10cd4c8a2..81969ae8b 100644
--- a/doc/source/drivers/mqtt.rst
+++ b/doc/source/drivers/mqtt.rst
@@ -316,3 +316,9 @@ reporter. Each pipeline must provide a topic name. For example:
The quality of service level to use, it can be 0, 1 or 2. Read more in this
`guide <https://www.hivemq.com/blog/mqtt-essentials-part-6-mqtt-quality-of-service-levels>`_
+
+ .. attr:: include-returned-data
+ :default: false
+
+ If set to ``true``, Zuul will include any data returned from the
+ job via :ref:`return_values`.