Matrix Communication

Build Status Contributors Jenkins Plugin GitHub release Jenkins Plugin Installs

Introduction

This plugin allows Jenkins to communicate with a Matrix server.

Usage

node {
    matrixSendMessage hostname: 'matrix.example.org', accessTokenCredentialsId: 'my-credentials', roomId: 'my-room-id', body: 'Hello World', formattedBody: 'Hello <b>World</b>'
}

Issues

Report issues and enhancements in the Issue tracker.

Contributing

Refer to our contribution guidelines

LICENSE

Licensed under MIT, see LICENSE