Drone plugins > Rocket.Chat
rocket.chat.svg

Rocket.Chat

by mike1pol


Drone plugin for sending message to Rocket.Chant channel using API.

Example

kind: pipeline
name: default
steps:
- name: rocket
  image: mike1pol/drone-rocket
  settings:
    url: xxxxxxxxxx
    user_id: xxxxxxxxxx
    token: xxxxxxxxxx
    channel: xxxxxxxxxx

Properties

  • url

    stringrequired

    Rocket.chat url

    Default: none

  • user_id

    stringrequired

    Rocket.chat user id

    Default: none

  • token

    stringrequired

    Rocket.chat token

    Secret recommended

    Default: none

  • channel

    stringrequired

    Rocket.chat channel

    Default: none

  • avatar_url

    stringoptional

    override the default avatar of the user

    Default: none

  • message

    stringrequired

    the message contents (up to 2000 characters)

    Default: none