Drone plugins > Rocket.Chat
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
stringrequiredRocket.chat url
Default: none
user_id
stringrequiredRocket.chat user id
Default: none
token
stringrequiredRocket.chat token
Secret recommendedDefault: none
channel
stringrequiredRocket.chat channel
Default: none
avatar_url
stringoptionaloverride the default avatar of the user
Default: none
message
stringrequiredthe message contents (up to 2000 characters)
Default: none