Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 452 Bytes

DEVELOP.md

File metadata and controls

21 lines (14 loc) · 452 Bytes

Jenkins Line Notify Plugin

how to run local

Unix

export MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n"
mvn hpi:run

Windows

set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n
mvn hpi:run

More document

Jenkins plugin development guideline