This plugin use for send message to LINE application, using service Line notify
- LINE account
- Token from Line notify
Install plugin "line notify" from Jenkins > Manage Jenkins > Manage Plugins
Just add Line notify
from build step
node {
lineNotify credentialsId: 'my-credential'
}