TODO Describe what your plugin does here
- Java 17
- Maven 3.8.6
TODO Tell users how to configure your plugin here, include screenshots, pipeline examples and configuration-as-code examples.
- mvn hpi:run
All actions and results from Jenkins run are saved to work
dir. In order to have clean slate, remove it before re-running.
export MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=5005,suspend=n"
- Create IntelliJ IDEA Remote Debug configuration for
JDK9 or later
with port5005
.