2019-03-08 21:27:43 +08:00
2019-03-08 21:27:43 +08:00
2019-01-23 11:13:15 +08:00
2018-12-02 22:42:03 +08:00
2019-03-08 17:29:57 +08:00
2019-03-08 17:29:57 +08:00
2019-03-08 18:39:16 +08:00
2019-03-08 17:29:57 +08:00
2019-03-08 17:29:57 +08:00
2019-03-08 17:29:57 +08:00
2019-03-08 17:29:57 +08:00
2019-03-08 18:55:28 +08:00

Drone CI DingTalk Message Plugin

Build Status Go Report Card codecov codebeat badge LICENSE: MIT

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

Plugin Parameter Reference

token(required)

String. Access token for group bot. (you can get the access token when you add a bot in a group)

type(required)

String. Message type, plan support text, markdown, link and action card, but due to time issue, it's only support markdown and text now, and you can get the best experience by use markdown.

message_color(when type=markdown)

Boolean value. This option can change the title and commit message color if turn on.

success_color(when message_color=true)

String. You can customize the color for the build success message by this option, you should input a hex color, example: 008000.

failure_color(when message_color=true)

String. You can customize the color for the build success message by this option, you should input a hex color, example: FF0000.

sha_link(when type=markdown)

Boolean value. This option can link the sha to your source page when it turn on.

message_pic(when type=markdown)

Boolean value. If this option turn on, it will embed a image into the message.

success_pic(when message_pic=true)

String. You can customize the picture for the build success message by this option.

failure_pic(when message_pic=true)

String. You can customize the picture for the build failure message by this option.

Screen Shot

  • Send Success

send-success

  • Missing Access Token

missing-access-token

  • Missing Message Type Or Not Support Message Type

message-type-error

  • Markdown DingTalk Message(default)

markdown-message-default

  • Markdown DingTalk Message(color and sha link)

markdown-massage-customize

  • Markdown DingTalk Message(color, pic and sha link)

markdown-massage-customize

Todo

  • Multi-Type
  • Multi-Lang
  • More User Customization

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
S
Description
No description provided
Readme MIT 229 KiB
Languages
Go 91.9%
Smarty 5.4%
Dockerfile 1.6%
Makefile 1.1%