https://github.com/jenkinsci/scm-api-plugin
https://github.com/jenkinsci/scm-api-plugin
jenkins-api-plugin scm
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jenkinsci/scm-api-plugin
- Owner: jenkinsci
- Created: 2013-09-09T21:29:01.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2026-01-05T01:16:40.000Z (6 months ago)
- Last Synced: 2026-02-03T06:35:23.844Z (5 months ago)
- Topics: jenkins-api-plugin, scm
- Language: Java
- Homepage: https://plugins.jenkins.io/scm-api/
- Size: 1.07 MB
- Stars: 33
- Watchers: 99
- Forks: 86
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
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)
# Build
To build the plugin locally:
mvn clean verify
# Test local instance
To test in a local Jenkins instance
mvn hpi:run