Drone plugins > ServerChan(Server酱)
serverchan.svg

ServerChan(Server酱)

by yakumioto


The ServerChan plugin posts build status messages to your account.

Example

kind: pipeline
name: default

steps:
  - name: send-wechat
    image: yakumioto/serverchan
    settings:
      key: SCU48558T164ff96a3316d8a22cacea21d66b5caed80baa044
      text: hello world
      desp: Send by ServerChan

Properties

  • key

    stringrequired

    ServerChan key.

    Secret recommended

    Default: none

  • text

    stringrequired

    Notification title

    Default: none

  • desp

    stringoptional

    Message description.

    Default: none