All Projects → jenkinsci → scm-api-plugin

jenkinsci / scm-api-plugin

Licence: other
wiki.jenkins-ci.org/display/jenkins/scm+api+plugin

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to scm-api-plugin

git-plugin
Jenkins Git plugin
Stars: ✭ 631 (+2424%)
Mutual labels:  scm
sicp
Yet another scheme to fathom the Structure and Interpretation of Computer Programs.
Stars: ✭ 17 (-32%)
Mutual labels:  scm
dagshub-branch-source-plugin
Jenkins plugin for using DAGsHub as a source for multibranch projects
Stars: ✭ 12 (-52%)
Mutual labels:  scm
Commit
Commit message editor
Stars: ✭ 102 (+308%)
Mutual labels:  scm
script-security-plugin
Allows Jenkins admins to control what in-process scripts can be run by users
Stars: ✭ 56 (+124%)
Mutual labels:  jenkins-api-plugin
ohloh scm
The Ohloh source control management library
Stars: ✭ 58 (+132%)
Mutual labels:  scm
ssh-credentials-plugin
No description or website provided.
Stars: ✭ 23 (-8%)
Mutual labels:  jenkins-api-plugin
eidea4
企业框架 scm erp wms
Stars: ✭ 53 (+112%)
Mutual labels:  scm
go-scm
Package scm provides a unified interface to multiple source code management systems.
Stars: ✭ 117 (+368%)
Mutual labels:  scm
devhub
DevHub is a software system designed to give students a simple practical introduction into modern software development.
Stars: ✭ 15 (-40%)
Mutual labels:  scm
metermon
Dockerized rtlamr wrapper that outputs formatted JSON messages over mqtt
Stars: ✭ 19 (-24%)
Mutual labels:  scm
AnkhSVN
AnkhSVN provides first class Subversion support for all recent Visual Studio versions.
Stars: ✭ 54 (+116%)
Mutual labels:  scm
josh
Just One Single History
Stars: ✭ 937 (+3648%)
Mutual labels:  scm
branch-api-plugin
plugins.jenkins.io/branch-api/
Stars: ✭ 29 (+16%)
Mutual labels:  jenkins-api-plugin
github-api-plugin
This plugin packages stock github-api library
Stars: ✭ 20 (-20%)
Mutual labels:  jenkins-api-plugin
docker-commons-plugin
API plugin, which provides the common shared functionality for various Docker-related plugins.
Stars: ✭ 38 (+52%)
Mutual labels:  jenkins-api-plugin
workflow-support-plugin
plugins.jenkins.io/workflow-support
Stars: ✭ 17 (-32%)
Mutual labels:  jenkins-api-plugin
gitlab-api-plugin
Wraps Gitlab API into a plugin
Stars: ✭ 18 (-28%)
Mutual labels:  jenkins-api-plugin

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

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].