This is the Ready! API Jenkins Plugin code repository.
For help developing Jenkins plugins in general, see the Jenkins plugin tutorial.
mvn clean install
1. Export MAVEN_OPTS (first run only, not needed if you use mvnDebug or if you don't want do debug):
- Unix
export MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n"
- Windows
set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n
mvn hpi:run
Or, to select some specific port for the Jenkins server to run on:
mvn hpi:run -Djetty.port=8090
Or, to remote debug without setting MAVEN_OPTS
.
mvnDebug hpi:run