/jenkins-line-notify-plugin

Line notify plugin for Jenkins

Primary LanguageJavaMIT LicenseMIT

Jenkins Line Notify

This plugin use for send message to LINE application, using service Line notify

Prerequisite

Installation

Install plugin line-notify-plugin from Jenkins > Manage Jenkins > Manage Plugins

How to use

Freestyle job

Just add Line notify from build step

Example Pipeline job

node {
   lineNoti groupName: 'my group', lineToken: '*****', message: 'hello from Jenkins'
}