Basic Branch Build Strategies Plugin
This plugin provides some basic branch build strategies for use with Branch API based projects.
For generic information about how to use the Basic Branch Build Strategies plugin, please see the user guide
For other details on the plugin see the wiki page
For changes to the plugin see the changelog
Developer information
The following information is provided for anyone wanting to develop this plugin.
Environment
The following build environment is required to build this plugin
-
java-1.8
andmaven-3.5.2
Build
To build the plugin locally:
mvn clean verify
Release
To release the plugin:
mvn release:prepare release:perform -B
Test local instance
To test in a local Jenkins instance
mvn hpi:run