Drone 插件市场 > Telegram
Telegram
by appleboy
Apache License 2.0Telegram 插件会将构建状态信息发布到你的账户。
YAML 配置示例
kind: pipeline
name: default
steps:
- name: send telegram notification
image: appleboy/drone-telegram
settings:
token: xxxxxxxxxx
to: telegram_user_id
message_file: message_file.tpl
template_vars:
env: testing
app: MyApp
字段属性说明
token
string必填项来自电报开发者中心的电报令牌
推荐使用密钥 (Secret) 功能默认值:none
to
string必填项Telegram 用户 ID(可通过 Telegram 内的 @userinfobot 申请)
默认值:none
message
string可选项覆盖默认邮件模板
默认值:none
photo
string可选项本地文件路径
默认值:none
document
string可选项本地文件路径
默认值:none
sticker
string可选项本地文件路径
默认值:none
audio
string可选项本地文件路径
默认值:none
voice
string可选项本地文件路径
默认值:none
location
string可选项本地文件路径
默认值:none
video
string可选项本地文件路径
默认值:none
venue
string可选项本地文件路径
默认值:none
format
string可选项标记符或 html 格式
默认值:none