Drone 插件市场 > Discord
Discord
by appleboy
MIT LicenseDiscord 插件会将构建状态信息发布到 Discord 频道。
YAML 配置示例
kind: pipeline
name: default
steps:
- name: discord notification
image: appleboy/drone-discord
settings:
webhook_id: xxxxxxxxxx
webhook_token: xxxxxxxxxx
字段属性说明
webhook_id
string必填项discord webhook id.
推荐使用密钥 (Secret) 功能默认值:none
webhook_token
string必填项discord webhook 标记。
推荐使用密钥 (Secret) 功能默认值:none
avatar_url
string可选项覆盖网络钩子的默认头像。
默认值:none
username
string可选项覆盖网络钩子的默认用户名。
默认值:none
tts
boolean可选项启用文本转语音功能。
默认值:false
message
string可选项信息内容(最多 2000 个字符)。
默认值:none