Drone 插件市场 > ServerChan(Server酱)
serverchan.svg

ServerChan(Server酱)

by yakumioto

MIT License

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

YAML 配置示例

kind: pipeline
name: default

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

字段属性说明

  • key

    string必填项

    ServerChan 密钥。

    推荐使用密钥 (Secret) 功能

    默认值:none

  • text

    string必填项

    通知标题

    默认值:none

  • desp

    string可选项

    信息描述。

    默认值:none