Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.68 KB

File metadata and controls

51 lines (40 loc) · 1.68 KB

Contributing to IBM i Pipeline Steps

Building

Prerequisites

Building

Run the following command from the project's root to compile and build the plugin

mvn clean package

Find the packaged plugin under target/ibmi-steps.hpi

Running

Run the following command from the project's root to run Jenkins on port 8080 with the current plugin project.

mvn hpi:run

To specify the HTTP port, run:

mvn hpi:run -Dport=PORT

Debugging

Run the following command from the project's root to run Jenkins in debug mode.

mvnDebug hpi:run

Maven will wait for a debugger to connect on port 8000 before carrying on with the execution.

Contributing

Everyone is welcome to contribute. Code, documentation, ideas...there is no small contribution!

Create a Pull Request to make your contribution:

  1. Fork this repository
  2. Commit and push changes to your fork
  3. Create a Pull Request (PR)

Check out Contributing to projects on the GitHub documentation for more information about this process.

Contributors

Many thanks to everyone who has contributed so far 🙏🏻