This is a plugin to enable build notifications through Pushover or Telegram.
Just execute a mvn package
and upload the hpi package to your Jenkins instance.
There are global and specific options:
Global options should be configured in Jenkins System Configuration. You'll need to set an Application Token for Pushover and/or a Bot Token for Telegram.
There are per-job configurations. You need to add a post-build step (there is a separated step for each notification service) and configure the target to receive notifications.
Notifications will include:
- The project's name
- The build number
- The build result
- The build link
If you are receiving notifications through Pushover, the notification will be sent with high priority in case of a fail build, low priority in case of a success build and normal priority for the other cases.
Note that Telegram doesn't have a way to set priority for messages (and is understandable because Telegram is a chat platform and not a notification platform like Pushover).
Open an issue, spread the project, use it, fork it...