Drone plugins > Lark(feishu)
Lark(feishu)
by sanmu-ya
drone Lark - Custom group chat robot message push plugin.
Example
kind: pipeline
name: default
steps:
- name: lark
image: sanmuya/drone-plugin-lark:latest
settings:
webhook: https://open.feishu.cn/open-apis/bot/v2/hook/f1ac0a3e-4555-420f-99a9-338cf39600f2
secret:
from_secret: lark-secret
message:
- ========== drone message ==========
- REPO: ${DRONE_REPO}
- AUTHOR: ${DRONE_COMMIT_AUTHOR_NAME}
- COMMIT_BRANCH: ${DRONE_COMMIT_BRANCH}
- COMMIT_MESSAGE: ${DRONE_COMMIT_MESSAGE}
Properties
webhook
stringrequiredThis is the webhook of the lark group chatbot.
Default: none
secret
stringrequiredThis is a required parameter, please turn on the lark group chat robot signature verification.
Secret recommendedDefault: none
message
stringrequiredThis is the text that needs to be sent. You can fill in multiple lines of text as in the example. See the README.md for the effect
Default: none