In that case, the only thing you can do to make the plugin more verbose is to install a pre-release version of the plugin which resolves https://issues.jenkins-ci.org/browse/JENKINS-27567 .
Instructions at the end of several bug reports (including https://issues.jenkins-ci.org/browse/JENKINS-27093) will tell you where to find a pre-release of the plugin that you can download. That has the added benefit of helping the community prepare for the next release of the plugin. Mark Waite On Thu, Jun 25, 2015 at 12:54 PM Florin Andrei <[email protected]> wrote: > Using Jenkins 1.593, Git plugin 2.3.2, Java 1.8.0_11, RHEL 7.0 for the > master. Job is running on a Ubuntu 14.04 slave. > > A git fetch command (getting the source code tree before build) fails > mysteriously with very sparse output: > > git -c core.askpass=true fetch --tags --progress > [email protected]:FooBar/eeny-meeny.git > +refs/heads/*:refs/remotes/origin/* > ERROR: Error fetching remote repo 'origin' > ERROR: Error fetching remote repo 'origin' > > There's no clue as to why it fails. I am trying to enable some kind of > verbose mode to figure it out. I've added this option to the command line > for Jenkins on the master: > > -Dhudson.plugins.git.GitSCM.verbose=true > > But it makes no difference, I get the same cryptic output. > > What else can I try to make git more verbose? > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/79094c21-88ce-4728-9791-6cde04df8f60%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/79094c21-88ce-4728-9791-6cde04df8f60%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtHNVn-933NBgQ_Q14w1LKxLwx%2B_0-CePX%3DnCCLFnTGf9g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
