Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anxk/node-notification-plugin
This plugin allows sending Email or SMS notifications when a node is offline.
https://github.com/anxk/node-notification-plugin
jenkins plugin
Last synced: about 2 months ago
JSON representation
This plugin allows sending Email or SMS notifications when a node is offline.
- Host: GitHub
- URL: https://github.com/anxk/node-notification-plugin
- Owner: anxk
- License: mit
- Created: 2019-10-22T14:50:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-23T14:04:13.000Z (about 5 years ago)
- Last Synced: 2024-11-07T11:51:42.628Z (3 months ago)
- Topics: jenkins, plugin
- Language: Java
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node Notification Plugin
[![Build Status](https://www.travis-ci.org/anxk/node-notification-plugin.svg?branch=master)](https://www.travis-ci.org/anxk/node-notification-plugin)
This plugin allows sending notifications when a node is offline.
## Installation
Clone this repo on your disk, navigate into folder `node-notification-plugin` and run command `mvn verify`, when it completed, upload `target/node-notification.hpi` to the update center of Jenkins and install it.
## Configuration
* Global Configuration
Go to manage > configure > Node Notification Plugin, for example:
![]()
Global Configuration Example
* Node Configuration
Go to node configure page and add node notification properity, for example:
![]()
Node Properity Configuration Example