-
Notifications
You must be signed in to change notification settings - Fork 7
5 Build
virtualramblas edited this page Apr 1, 2017
·
3 revisions
Each release of the plugin includes the final hpi installer, but if you'd like to build from the source code you have to follow these steps:
- Clone the master branch of this repo.
- Download Maven
- Set up Maven to work locally with Jenkins plugins as described in this post of my personal blog.
- Move to the root directory of the plugin (the one containing the pom.xml file) and execute the following command:
$MAVEN_HOME/bin/mvn install
At the end of this process the hpi file can be found in the target directory.