Drone plugins > Google Chat

The Google chat plugin posts build status messages to your company google chat.

Example

kind: pipeline
name: default

steps:
- name: notify
  image: pelotech/drone-google-chat
  settings:
    webook: https://dynamite.sandbox.googleapis.com/v1/rooms/roomid
    key: mykey
    token: mytoken 

Properties

  • webhook

    stringrequired

    incomming webhook in the Bots section of google chat.

    Default: none

  • key

    stringrequired

    key for the webook.

    Secret recommended

    Default: none

  • token

    stringrequired

    token for the webook.

    Secret recommended

    Default: none

  • conversation_key

    stringrequired

    arbitrary key to group messages together.

    Default: none

  • template

    stringoptional

    overwrite the default message template.

    Default: none