mirror of
https://github.com/lddsb/drone-dingtalk-message.git
synced 2026-06-04 18:33:48 +08:00
1.1 KiB
1.1 KiB
Drone CI DingTalk Message Plugin
Development
First get this repo
go get github.com/lddsb/drone-dingtalk-message
get dependent lib
dep ensure
build
cd $GOPATH/src/github.com/lddsb/drone-dingtalk-message && go build .
run
./drone-dingtalk-message -h
Drone CI Plugin Config
0.8.x
pipeline:
...
notification:
image: lddsb/drone-dingtalk-message
token: your-group-bot-token
type: markdown
1.0.x
kind: pipeline
name: default
steps:
...
- name: notification
image: lddsb/drone-dingtalk-message
settings:
token: your-groupbot-token
type: markdown
Screen Shot
Todo
- Multi-Type
- Multi-Lang
- More User Customization


