Drone plugins > Matrix
Matrix
by drone-plugins
This plugin can be used to send build success or failure messages to a Matrix room.
Example
kind: pipeline
name: default
steps:
- name: notify
image: plugins/matrix
settings:
homeserver: https://matrix.org
roomid: abcdefghijklmnopqrstuvwxyz:matrix.org
username: octocat
password: p455w0rd
Properties
homeserver
stringoptionalThe Matrix homeserver URL.
Default: https://matrix.org
roomid
stringrequiredRoom ID to send messages (not alias, but ID, and you can skip the !).
Default: none
username
stringrequiredUsername on homeserver.
Default: none
password
stringrequiredPassword on homeserver (use with username).
Secret recommendedDefault: none
userid
stringoptionalMatrix user ID (@user:homeserver.tld).
Default: none
accesstoken
stringoptionalMatrix access token (use with userid).
Secret recommendedDefault: none
template
stringoptionalTemplate to use for message.
Default: none