2019-01-23 11:13:15 +08:00
2019-01-23 11:13:15 +08:00
2018-12-02 22:42:03 +08:00
2018-12-04 15:09:51 +08:00
2018-12-04 15:09:51 +08:00
2019-01-23 11:13:15 +08:00
2019-01-23 11:13:15 +08:00
2019-01-23 11:13:15 +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

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

  • Drone Build Step build-step

  • Markdown DingTalk Message markdown

  • Markdown DingTalk Message(beta tag) markdown-massage-beta-tag

Todo

  • Multi-Type
  • Multi-Lang
  • More User Customization
S
Description
No description provided
Readme MIT 231 KiB
Languages
Go 91.9%
Smarty 5.4%
Dockerfile 1.6%
Makefile 1.1%