Skip to content

jenkinsci/matrix-communication-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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