https://github.com/jenkinsci/matrix-communication-plugin
Plugin allowing Jenkins to communicate with a matrix.org server
https://github.com/jenkinsci/matrix-communication-plugin
matrix-org messaging notifier post-build
Last synced: 3 months ago
JSON representation
Plugin allowing Jenkins to communicate with a matrix.org server
- Host: GitHub
- URL: https://github.com/jenkinsci/matrix-communication-plugin
- Owner: jenkinsci
- License: mit
- Created: 2023-07-03T18:13:48.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T14:44:16.000Z (3 months ago)
- Last Synced: 2025-01-30T04:24:53.797Z (3 months ago)
- Topics: matrix-org, messaging, notifier, post-build
- Language: Java
- Homepage: https://plugins.jenkins.io/matrix-communication/
- Size: 79.1 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# matrix-communication
[](https://ci.jenkins.io/job/Plugins/job/matrix-communication-plugin/job/master/)
[](https://github.com/jenkinsci/matrix-communication-plugin/graphs/contributors)
[](https://plugins.jenkins.io/matrix-communication)
[](https://github.com/jenkinsci/matrix-communication-plugin/releases/latest)
[](https://plugins.jenkins.io/matrix-communication)## Introduction
This plugin allows Jenkins to communicate with a [Matrix](https://matrix.org) server.
## Usage
```groovy
node {
matrixSendMessage hostname: 'matrix.example.org', accessTokenCredentialsId: 'my-credentials', roomId: 'my-room-id', body: 'Hello World', formattedBody: 'Hello World'
}
```## Issues
Report issues and enhancements in the [Issue tracker](https://github.com/jenkinsci/matrix-communication-plugin/issues).
## Contributing
Refer to our [contribution guidelines](https://github.com/jenkinsci/.github/blob/master/CONTRIBUTING.md)
## LICENSE
Licensed under MIT, see [LICENSE](LICENSE.md)