Hi, for your information, I've started working on a JGit branch<https://github.com/jenkinsci/git-plugin/tree/jgit> in git-plugin, to replace use of system git client in favor of a pure java implementation. Using git cli require to run a system process for all git operations. This is fragile : process can hang, plugin has to parse console output, and can then be broken by any outdated git installation and/or new git cli release that could change output format, option names, etc
JGit is not as simple to use as launching a command, but will ensure the git-plugin isn't system-dependent and more stable. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
