Hi everyone! I'm having a problem that's driving me crazy. We have several jenkins installations and all of them are working except for one, so it's not like I haven't done this before. When cloning the project from Git, jenkins throws the following exception: (I changed the real URL because it's not relevant)
Caused by: hudson.plugins.git.GitException <http://stacktrace.jenkins-ci.org/search?query=hudson.plugins.git.GitException>: Command "/usr/local/git/bin/git -c core.askpass=true fetch --tags --progress http://git.xx.xx.xx/xxx/xxx.git <http://git.mj.gov.br/CAPGEMINI/SIDE.git> +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: fatal: unable to access 'http://git.xx.xx.xx/xxx/xxx.git/ <http://git.mj.gov.br/CAPGEMINI/SIDE.git/>': Failed connect to git.xx.xx.xx:80; Operation now in progress at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1640) What's more stange is that I already tried the exact same commands used by jenkins in the command line, using the jenkins user, and it works. Only when running from jenkins itself we get this "Failed connect". So we can rule out firewall issues. Also checked proxy settings. Does anyone have a clue? Thanks! -- 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/380e4663-08fe-4262-8eed-a5e1ae939ccc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
