Drone 插件市场 > Matrix
Matrix
by drone-plugins
Apache License 2.0此插件可用于向 Matrix 会议室发送构建成功或失败消息。
YAML 配置示例
kind: pipeline
name: default
steps:
- name: notify
image: plugins/matrix
settings:
homeserver: https://matrix.org
roomid: abcdefghijklmnopqrstuvwxyz:matrix.org
username: octocat
password: p455w0rd
字段属性说明
homeserver
string可选项Matrix homeerver URL。
默认值:https://matrix.org
roomid
string必填项发送信息的房间 ID(不是别名,而是 ID,可以跳过 !)
默认值:none
username
string必填项家庭服务器上的用户名。
默认值:none
password
string必填项家庭服务器上的密码(与用户名一起使用)。
推荐使用密钥 (Secret) 功能默认值:none
userid
string可选项矩阵用户 ID (@user:homeserver.tld)。
默认值:none
accesstoken
string可选项矩阵访问令牌(与用户名一起使用)。
推荐使用密钥 (Secret) 功能默认值:none
template
string可选项信息使用的模板。
默认值:none