Drone plugins > Lark (Feishu)
lark.svg

Lark (Feishu)

by ydq


The Lark (feishu) can be used to send a message by Lark (feishu) group robot.

Example

kind: pipeline
name: default

steps:
- name: Send Lark Notify
  image: ydq1234/drone-lark
  pull: if-not-exists
  when:
    status:
      - success
      - failure
  settings:
    webhook: https://open.feishu.cn/open-apis/bot/v2/hook/xxxxxxxxxxxx
    secret: xxxxxxxxxxxx
    debug: true

Properties

  • webhook

    stringrequired

    you can get the webhook when you add a bot in a group.

    Secret recommended

    Default: none

  • secret

    stringrequired

    you can get the secret when you add a bot in a group.

    Secret recommended

    Default: none

  • debug

    stringoptional

    you can set the value to `true` to print request and response info to the drone console.

    Default: none