Drone plugins > Wechat for Work
Wechat for Work
by clem109
Drone plugin for WeChat for Work to show build notifications.
Example
kind: pipeline
name: default
steps:
- name: wechat
image: clem109/drone-wechat
settings:
corpid: corpid
corp_secret: secret
agent_id: 1234567
title: ${DRONE_REPO_NAME}
description: "Build Number: ${DRONE_BUILD_NUMBER} failed. ${DRONE_COMMIT_AUTHOR} please fix. Check the results here: ${DRONE_BUILD_LINK} "
msg_url: ${DRONE_BUILD_LINK}
btn_txt: btn
Properties
corpid
stringrequiredThe corpid for authorization
Secret recommendedDefault: none
corp_secret
stringrequiredThe corp_secret for authorization
Secret recommendedDefault: none
agent_id
stringrequiredThe agent id to send the message
Default: none
to_party
stringoptionalThe party id to send the message
Default: none
to_user
stringoptionalThe user id to send the message
Default: none
to_tag
stringoptionalThe tag id to send the message
Default: none
msg_url
stringoptionalThe link for the text card click
Default: none
btntxt
stringoptionalThe text for the button on the card
Default: none
title
stringoptionalNotification title
Default: none
description
stringrequiredText description of the card
Default: none