avalanche123 / git-client-plugin

Jenkins git client plugin

Home Page:https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Utility plugin for Git-related support

Extracted from git-plugin to make it easier for other plugins to use and contribute new features. Includes JGit as a library so that other Jenkins components can rely on JGit whenever the git client plugin is available.

  • see Jenkins wiki for feature descriptions
  • use JIRA to report issues / feature requests

Contributing to the Plugin

Refer to contributing to the plugin for suggestions to speed the acceptance of your contributions.

Building the Plugin

$ java -version # Requires Java 1.8 $ mvn -version # Requires a modern maven version; maven 3.2.5 and 3.5.0 are known to work $ mvn clean install

To Do

About

Jenkins git client plugin

https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin

License:MIT License


Languages

Language:Java 99.3%Language:Shell 0.5%Language:HTML 0.1%