Drone 插件市场 > InstantAccess(即时达)
instant_access.svg

InstantAccess(即时达)

by erguotou520

MIT License

InstantAccess 插件会向你的账户发布建立状态信息。

YAML 配置示例

kind: pipeline
name: default

steps:
- name: send-wechat
  image: erguotou/drone-instant-access
  settings:
    channel: d255d62caef24a3bb66c3465dad70407
    head: hello world
    body: Send by InstantAccess

字段属性说明

  • channel

    string必填项

    InstantAccess(即时达) 频道密钥,通过 http://push.ijingniu.cn/push/channel/ 获取密钥

    默认值:none

  • head

    string必填项

    通知标题

    默认值:none

  • body

    string必填项

    通知正文,支持标记符

    默认值:none