2018-12-02 22:45:04 +08:00
2018-12-02 22:42:03 +08:00
2018-12-02 22:42:03 +08:00
2018-12-02 22:42:03 +08:00
2018-12-02 22:42:03 +08:00
2018-12-02 22:45:04 +08:00
2018-12-02 22:42:03 +08:00

Drone CI DingTalk Message Plugin

Development

First get this repo

go get github.com/lddsb/drone-dingtalk-message

get dependent lib

go get github.com/urfave/cli

build

cd $GOPATH/src/github.com/lddsb/drone-dingtalk-message && go build .

run

./drone-dingtalk-message -h

Drone CI Plugin Config

pipeline:
    # other step here
    message:
      image: lddsb/drone-dingtalk-message
      environment:
        - PLUGIN_ACCESS_TOKEN=xxx
        - PLUGIN_MSG_TYPE=markdown
S
Description
No description provided
Readme MIT 229 KiB
Languages
Go 91.9%
Smarty 5.4%
Dockerfile 1.6%
Makefile 1.1%