Skip to content

tgatinea/scm-api-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins SCM API Plugin

This plugin provides a new enhanced API for interacting with SCM systems. See also this plugin's wiki page

If you are writing a plugin that implements this API, please see the implementation guide

If you are writing a plugin that consumes this API, please see the consumer guide

Environment

The following build environment is required to build this plugin

  • Java 8
  • Maven 3.5.0

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