This is not a trivial one to debug. Could help if you can confirm previous git plugin version was ok in same environment, and then maybe to confirm your hypothesis to build a custom git plugin that reverts the "merge targets" support
as a general answer to the issue you see logged in Jira, I'd like to refactor the plugin to use JGit in replacement for git cli ran as a system command, so that it don't rely on an external process, fragile output parsing, etc 2013/2/13 Don Ross <[email protected]> > I am sorry, this is my first foray into trying to get support for a > community-maintained tool. We are using Jenkins in an enterprise > environment and haven't had any issues we couldn't solve ourselves since I > started working here. Thanks for getting back to me directly. > > My issue is reported as https://issues.jenkins-ci.org/browse/JENKINS-16693; > basically, we are getting heap errors since upgrading to the latest plug-in > version, but only in our production environment. We can't reproduce it in > the supposedly-identical test environment or we wouldn't have upgraded. I > think it is due to the enhancements made in version 1.1.23 to changelog > parsing for merge targets, but that is just speculation on my part. > > Any debugging suggestions you have would be welcome. > > Thanks, > Don > > > On Wed, Feb 13, 2013 at 8:21 AM, nicolas de loof <[email protected] > > wrote: > >> yes it is, but filling a bug (which one ?) doesn't mean someone will jump >> on it to fix. This is a community effort :P >> issues are by default assigned to plugin maintainer (me) so the status on >> jira. I don't really monitor it (my bad), as I mostly focus on my own >> issues with this plugin and contributors pull-requests. >> >> 2013/2/13 <[email protected]> >> >> Is the Git plug-in still supported? I filed a bug issues.jenkins-ci.orglast >> week and haven't seen any movement on it, or on any of the issues >>> filed in the last six months against the Git component. There are about >>> fifty such issues, most of them assigned to Nicholas de Loof (the original >>> author, I think), and none of them with any response or acknowledgement >>> from him (or anyone else). >>> >>> -- >>> 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. >>> >>> >>> >> >> -- >> 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. >> >> >> > > -- > 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. > > > -- 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.
