This plugin allows Jenkins to communicate with a Matrix server.
node {
matrixSendMessage hostname: 'matrix.example.org', accessTokenCredentialsId: 'my-credentials', roomId: 'my-room-id', body: 'Hello World', formattedBody: 'Hello <b>World</b>'
}
Report issues and enhancements in the Issue tracker.
Refer to our contribution guidelines
Licensed under MIT, see LICENSE