Drone plugins > Discord
Discord
by appleboy
The discord plugin posts build status messages to discord channel.
Example
kind: pipeline
name: default
steps:
- name: discord notification
image: appleboy/drone-discord
settings:
webhook_id: xxxxxxxxxx
webhook_token: xxxxxxxxxx
Properties
webhook_id
stringrequireddiscord webhook id.
Secret recommendedDefault: none
webhook_token
stringrequireddiscord webhook token.
Secret recommendedDefault: none
avatar_url
stringoptionaloverride the default avatar of the webhook.
Default: none
username
stringoptionaloverride the default username of the webhook.
Default: none
tts
booleanoptionalenable text-to-speech.
Default: false
message
stringoptionalthe message contents (up to 2000 characters).
Default: none