https://github.com/dadapush/rundeck-dadapush-notification-plugin
Rundeck DaDaPush Notification Plugin
https://github.com/dadapush/rundeck-dadapush-notification-plugin
dadapush notifications push-notifications rundeck rundeck-plugin
Last synced: about 1 year ago
JSON representation
Rundeck DaDaPush Notification Plugin
- Host: GitHub
- URL: https://github.com/dadapush/rundeck-dadapush-notification-plugin
- Owner: dadapush
- License: apache-2.0
- Created: 2019-08-05T11:43:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-01T18:31:20.000Z (almost 5 years ago)
- Last Synced: 2025-03-18T04:33:03.286Z (over 1 year ago)
- Topics: dadapush, notifications, push-notifications, rundeck, rundeck-plugin
- Language: Java
- Homepage: https://www.dadapush.com/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rundeck-dadapush-notification-plugin
Sends Rundeck notification messages to a DaDaPush channel. This plugin is based on [slack-incoming-webhook-plugin](https://github.com/rundeck-plugins/slack-incoming-webhook-plugin).
## Download jarfile
1. Download jarfile from [releases](https://github.com/dadapush/rundeck-dadapush-notification-plugin/releases).
2. copy jarfile to `$RDECK_BASE/libext`
## Build
1. build the source by gradle.
2. copy jarfile to `$RDECK_BASE/libext`
## Configuration
### Project Configuration
```
project.plugin.Notification.DaDaPushNotification.base_path=https://www.dadapush.com
project.plugin.Notification.DaDaPushNotification.channel_token=ctXXXXXXXXXXXXXXXXXX
```