We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Mark Waite • 7 years ago

Thanks for sharing that information. The git plugin includes an optional "pure java" implementation which can be enabled from the "Manage Jenkins" and "Configure System" page. The user select "Git" and then adds "JGit" as the implementation from the pick list.

The JGit implementation does not handle all the use cases which command line git handles, but it handles the most critical use cases.

Most of the cases which are not handled by JGit are described on the Git plugin wiki page on jenkinsci.org

devopslibrary • 7 years ago

Hi Mark! Thanks for letting us know, I had no idea that the git plugin had that option builtin. It looks like it should take care of all of the use cases we use it for, thanks again!

Ken @ DevOpsLibrary