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 g...@github.com: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?