> /opt/rh/devtoolset-2/root/usr/bin/git config --local credential.helper store --file=/tmp/git7252640829815953814.credentials # timeout=10
Setting http proxy: serverproxy:8080> /opt/rh/devtoolset-2/root/usr/bin/git -c core.askpass=true fetch --tags --progress https://github.com/****/*****.git +refs/heads/*:refs/remotes/origin/*
hudson.plugins.git.GitException: org.eclipse.jgit.api.errors.TransportException: https://github.com/*****/*****.git: cannot open git-upload-pack at org.jenkinsci.plugins.gitclient.JGitAPIImpl.fetch(JGitAPIImpl.java:680) at jenkins.plugins.git.AbstractGitSCMSource.retrieve(AbstractGitSCMSource.java:174) at jenkins.scm.api.SCMSource.fetch(SCMSource.java:146) at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:296) at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:151) at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:122) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410) Caused by: org.eclipse.jgit.api.errors.TransportException: https://github.com/******/*******.git: cannot open git-upload-pack at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139) at org.jenkinsci.plugins.gitclient.JGitAPIImpl.fetch(JGitAPIImpl.java:678) ... 7 more Caused by: org.eclipse.jgit.errors.TransportException: https://github.com/*****/******.git: cannot open git-upload-pack at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:524) at org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:309) at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136) at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122) at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1138) at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130) ... 8 more Caused by: java.net.ConnectException: Connection timed out github.com at org.eclipse.jgit.util.HttpSupport.response(HttpSupport.java:175) at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:475) ... 13 more Finished: FAILURE
Is there a way to set the proxy or could it be something different?
Thanks
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/98523cdd-0eba-495a-ae3a-30dc8a7ff3fd%40googlegroups.com.--
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 jenkinsci-use...@googlegroups.com.