# scm-api-plugin **Repository Path**: devops-useful-tools/scm-api-plugin ## Basic Information - **Project Name**: scm-api-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-04-18 - **Last Updated**: 2022-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Jenkins SCM API Plugin This plugin provides a new enhanced API for interacting with SCM systems. If you are writing a plugin that implements this API, please see [the implementation guide](docs/implementation.adoc) If you are writing a plugin that consumes this API, please see [the consumer guide](docs/consumer.adoc) # 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