This plugin use for send message to LINE application, using service Line notify
- LINE account
- Token from Line notify
Install plugin line-notify-plugin
from Jenkins > Manage Jenkins > Manage Plugins
Just add Line notify
from build step
node {
lineNoti groupName: 'my group', lineToken: '*****', message: 'hello from Jenkins'
}