Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

mike1pol/drone-rocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drone-rocket Docker Image Version (tag latest semver) Docker Image Size (tag)

Drone plugin for sending Rocket.Chat messages to a channel using the latest REST API v1.

Sending Rocket.Chat message using a binary, Docker or Drone CI.

Usage

There are three ways to send notifications.

Usage from binary

Send Notification

drone-rocket \
  --url xxxx \
  --user-id xxxx \
  --token xxx \
  --channel xxx \
  --message "Test Message"

Usage from Docker

Send Notification

docker run --rm \
  -e URL=xxxxxxx \
  -e USER_ID=xxxxxxx \
  -e TOKEN=xxxxxxx \
  -e CHANNEL='#general' \
  -e AVATAR_URL=http://example.com/xxxx.png \
  -e MESSAGE=test \
  mike1pol/drone-rocket

Usage from Drone CI

Send Notification

Execute from the working directory:

docker run --rm \
  -e URL=xxxxxxx \
  -e USER_ID=xxxxxxx \
  -e TOKEN=xxxxxxx \
  -e CHANNEL='#general' \
  -e AVATAR_URL='https://upload.wikimedia.org/wikipedia/commons/6/69/June_odd-eyed-cat_cropped.jpg' \
  -e MESSAGE=test \
  -e DRONE_REPO_OWNER=mike1pol \
  -e DRONE_REPO_NAME=drone-rocket \
  -e DRONE_COMMIT_SHA=e5e82b5eb3737205c25955dcc3dcacc839b7be52 \
  -e DRONE_COMMIT_BRANCH=master \
  -e DRONE_COMMIT_AUTHOR=mike1pol \
  -e DRONE_COMMIT_AUTHOR_EMAIL=mikle.sol@gmail.com \
  -e DRONE_COMMIT_MESSAGE=Test_Your_Commit \
  -e DRONE_BUILD_NUMBER=1 \
  -e DRONE_BUILD_STATUS=success \
  -e DRONE_BUILD_LINK=http://github.com/mike1pol/drone-rocket \
  -e DRONE_JOB_STARTED=1477550550 \
  -e DRONE_JOB_FINISHED=1477550750 \
  -v $(pwd):$(pwd) \
  -w $(pwd) \
  mike1pol/drone-rocket

Testing

Test the package with the following command:

$ make test

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published