- Java 64 bits JDK 17 or 21 (Adoptium's JDK are a good option)
- Apache Maven
- Clone the repository
Run the following command from the project's root to compile and build the plugin
mvn clean packageFind the packaged plugin under target/ibmi-steps.hpi
Run the following command from the project's root to run Jenkins on port 8080 with the current plugin project.
mvn hpi:runTo specify the HTTP port, run:
mvn hpi:run -Dport=PORTRun the following command from the project's root to run Jenkins in debug mode.
mvnDebug hpi:runMaven will wait for a debugger to connect on port 8000 before carrying on with the execution.
Everyone is welcome to contribute. Code, documentation, ideas...there is no small contribution!
Create a Pull Request to make your contribution:
- Fork this repository
- Commit and push changes to your fork
- Create a Pull Request (PR)
Check out Contributing to projects on the GitHub documentation for more information about this process.
Many thanks to everyone who has contributed so far 🙏🏻