Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-25970

Use proxy from http.proxy{Host|Port} JVM properties

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • git-client-plugin
    • None

      Git client plugin 1.8.0 does not use proxy from http.proxyHost property nor http_proxy environment variable. I consider this to be a regression upgrading from 1.1.2 as CliGitAPIImpl#checkCredentials was not called before and git client handled http_proxy variable as expected.

      FATAL: Failed to fetch from <REPO_URL> [Open URL]
      hudson.plugins.git.GitException: Failed to fetch from <REPO_URL> [Open URL]
       at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:624)
       at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:856)
       at hudson.plugins.git.GitSCM.checkout(GitSCM.java:881)
       at hudson.model.AbstractProject.checkout(AbstractProject.java:1411)
       at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:652)
       at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
       at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:561)
       at hudson.model.Run.execute(Run.java:1665)
       at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
       at hudson.model.ResourceController.execute(ResourceController.java:88)
       at hudson.model.Executor.run(Executor.java:246)
      Caused by: hudson.plugins.git.GitException: Failed to connect to <REPO_URL> [Open URL] (exception: java.net.SocketException: Network is unreachable)
       at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkCredentials(CliGitAPIImpl.java:1935)
       at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1123)
       at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
       at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:254)
       at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
       at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
       at hudson.remoting.UserRequest.perform(UserRequest.java:118)
       at hudson.remoting.UserRequest.perform(UserRequest.java:48)
       at hudson.remoting.Request$2.run(Request.java:328)
       at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
       at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
       at java.util.concurrent.FutureTask.run(FutureTask.java:138)
       at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
       at java.lang.Thread.run(Thread.java:662)
      

            ndeloof Nicolas De Loof
            olivergondza Oliver Gondža
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: