Skip to content

Drone plugin to send build status notifications via Chatwork

Notifications You must be signed in to change notification settings

dangminhtruong/drone-chatwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

drone-chatwork

Go Doc Bash Shell GitHub license GitHub release

Drone plugin to send build status notifications via Chatwork. For the usage with drone please take a look at the docs.

Docker

Build the docker image with the following commands:

docker build -t dangminhtruong/drone-chatwork:latest .

This will create a Docker image called dangminhtruong/drone-chatwork:latest.

Example

Execute from the working directory:

docker run --rm -e PLUGIN_TOKEN=you_chatwork_token \
-e PLUGIN_ROOM_ID=your_chatwork_room_id \
-e PLUGIN_MESSAGE='Hello World!' \
-e PLUGIN_STATUS=SUCCESS \
-e PLUGIN_BUILD_ID=15 \
-e PLUGIN_REPO=dangminhtruong/havana \
-e PLUGIN_AUTHOR=dangminhtruong \
-e PLUGIN_BRANCH=master \
-e PLUGIN_COMMIT_ID=e786dr2 \
-e PLUGIN_CREATE_AT=2018:16:04 \
-e PLUGIN_COMMIT_MESSAGE='Add Dockerfile...' \
-e PLUGIN_BUILD_LINK='https://github.com/dangminhtruong' \
dangminhtruong/drone-chatwork

Then you get chatwork message like following:

About

Drone plugin to send build status notifications via Chatwork

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages