a5eb235881
Add support for the MQTT Notification Plugin (https://wiki.jenkins-ci.org/display/JENKINS/MQTT+Notification+Plugin) Change-Id: Ibe867a15f5621601a45c2e1d6281f4db67df29d7
9 lines
180 B
YAML
9 lines
180 B
YAML
publishers:
|
|
- mqtt:
|
|
broker-url: tcp://localhost:1883
|
|
topic: hello
|
|
message: world
|
|
qos: EXACTLY_ONCE
|
|
retain-message: true
|
|
credentials-id: abcde
|