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

Add ability to disable using the global configured proxy

      After upgrading to 1.0.0, the artifact resolver stopped working for us since we have a global proxy configured but it should not be used for resolving artifacts (these servers run internally).

      Please add the ability to disable the use of a proxy for all (or certain) repositories.

          [JENKINS-24243] Add ability to disable using the global configured proxy

          • do you have anythign configured in the proxy configuration in jenkins at all?
          • do you have tried to add your internal domain in the "no proxy host" list in the proxy configuration in jenkins?

          Dominik Bartholdi added a comment - do you have anythign configured in the proxy configuration in jenkins at all? do you have tried to add your internal domain in the "no proxy host" list in the proxy configuration in jenkins?

          It seems like Artifact Resolver ignores no proxy host-list in Jenkins config.

          https://github.com/jenkinsci/repository-connector-plugin/pull/3/files#diff-fc716ec217fac95888eb1b7190b8eb52R104

          Jørgen Jervidalo added a comment - It seems like Artifact Resolver ignores no proxy host-list in Jenkins config. https://github.com/jenkinsci/repository-connector-plugin/pull/3/files#diff-fc716ec217fac95888eb1b7190b8eb52R104

          ++ important issue also here

          Robert Kleinschmager added a comment - ++ important issue also here

          ++ important issue also here

          Raphaël UNIQUE added a comment - ++ important issue also here

          Code changed in jenkins
          User: Robert Kleinschmager
          Path:
          .gitignore
          src/main/java/org/jvnet/hudson/plugins/repositoryconnector/aether/Aether.java
          src/test/java/org/jvnet/hudson/plugins/repositoryconnector/aether/AetherTest.java
          http://jenkins-ci.org/commit/repository-connector-plugin/fe32bb0e1adae152d150f5adb8073329cf85c4e8
          Log:
          [FIXED JENKINS-24243] respecting nonProxySettings

          • moved proxy configuration to MavenRepositorySystemSession creation
          • added intellijfile to gitignore

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Robert Kleinschmager Path: .gitignore src/main/java/org/jvnet/hudson/plugins/repositoryconnector/aether/Aether.java src/test/java/org/jvnet/hudson/plugins/repositoryconnector/aether/AetherTest.java http://jenkins-ci.org/commit/repository-connector-plugin/fe32bb0e1adae152d150f5adb8073329cf85c4e8 Log: [FIXED JENKINS-24243] respecting nonProxySettings moved proxy configuration to MavenRepositorySystemSession creation added intellijfile to gitignore

          resolved with 1.1.1

          Dominik Bartholdi added a comment - resolved with 1.1.1

            domi Dominik Bartholdi
            vstone Jan Vansteenkiste
            Votes:
            3 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: