Drone plugins > DingTalk
DingTalk
by lddsb
The DingTalk can be used to send a message by DingTalk group robot.
Example
kind: pipeline
name: default
steps:
- name: dingtalk
image: lddsb/drone-dingtalk-message
settings:
token: your-dingtalk-robot-access-token
type: markdown
Properties
token
stringrequiredyou can get the access token when you add a bot in a group.
Secret recommendedDefault: none
type
stringrequireddingtalk message type, markdown is the best type now.
Default: none
message_color
booleanoptionalcolor the title and content for easier identification.
Default: false
message_pic
booleanoptionalinsert a picture into a message to make the content richer.
Default: false
sha_link
booleanoptionalsha as a link to click to the source code page.
Default: false