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. For more options, visit https://groups.google.com/d/optout.
