matrix.svg

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