Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 499 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 499 Bytes

Jenkins Line Notify Plugin

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

Prerequisite

Installation

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

How to use

Freestyle job

Just add Line notify from build step

Pipeline job

node {
   lineNotify credentialsId: 'my-credential'
}