Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 394 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 394 Bytes

ERGO SiteMonitor Jenkins Plugin

Development

You can start a local jenkins with this plugin with:

./run.sh

Or, without bash:

MAVEN_OPTS="$MAVEN_OPTS -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000"
mvn -Dmaven.test.skip=true -DskipTests=true -Djetty.port=9191 clean compile org.jenkins-ci.tools:maven-hpi-plugin:run