drone-plugins/drone-matrix

Name: drone-matrix

Owner: drone-plugins

Description: Drone plugin for sending Matrix notifications

Created: 2017-10-31 18:50:18.0

Updated: 2018-04-14 23:01:05.0

Pushed: 2018-04-14 23:11:34.0

Homepage:

Size: 198

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

drone-matrix

Build Status Join the discussion at https://discourse.drone.io Drone questions at https://stackoverflow.com Go Doc Go Report

Drone plugin for sending build notifications to Matrix. For the usage information and a listing of the available options please take a look at the docs.

Build

Build the binary with the following commands:

uild
Docker

Build the Docker image with the following commands:

=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -tags netgo -o release/linux/amd64/drone-matrix
er build --rm -t plugins/matrix .
Usage
er run --rm \
 PLUGIN_ROOMID=0123456789abcdef:matrix.org \
 PLUGIN_USERNAME=yourbot \
 PLUGIN_PASSWORD=p455w0rd \
 $(pwd):$(pwd) \
 $(pwd) \
ugins/matrix

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.