Drone plugins > InstantAccess(即时达)
instant_access.svg

InstantAccess(即时达)

by erguotou520


The InstantAccess plugin posts build status messages to your account.

Example

kind: pipeline
name: default

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

Properties

  • channel

    stringrequired

    The InstantAccess(即时达) channel key, get key by http://push.ijingniu.cn/push/channel/

    Default: none

  • head

    stringrequired

    Notification title

    Default: none

  • body

    stringrequired

    Notification body, supports markdown

    Default: none