Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ssis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Proxy 带有代理的Jenkins插件_Proxy_Jenkins Plugins - Fatal编程技术网

Proxy 带有代理的Jenkins插件

Proxy 带有代理的Jenkins插件,proxy,jenkins-plugins,Proxy,Jenkins Plugins,我有一个Jenkins CI,配置如下: 开放SUSE上的Tomcat[openSUSE 13.1(x86_64)][Jenkins v1.532.3] Java版本“1.7.0_51”[OpenJDK运行时环境(IcedTea 2.4.4)(suse-24.13.5-x86_64)] 我确信我的代理配置正确。但当我试图下载一个插件或更新Jenkins上的插件时。我得到这个错误 Git Client Plugin Failure - hudson.util.I

我有一个Jenkins CI,配置如下:

  • 开放SUSE上的Tomcat[openSUSE 13.1(x86_64)][Jenkins v1.532.3]
  • Java版本“1.7.0_51”[OpenJDK运行时环境(IcedTea 2.4.4)(suse-24.13.5-x86_64)]
我确信我的代理配置正确。但当我试图下载一个插件或更新Jenkins上的插件时。我得到这个错误

    Git Client Plugin   
     Failure -
    hudson.util.IOException2: Failed to download from http://updates.jenkins-ci.org/download/plugins/git-client/1.8.1/git-client.hpi
        at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:794)
        .
        .
Caused by: java.net.ProtocolException: Server redirected too many  times (20)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        .
        .
        .
    at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:764)
    ... 7 more
Caused by: java.net.ProtocolException: Server redirected too many  times (20)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1636)
但是我可以对实际的URL/URI进行Curl或wget来下载插件


感谢您的帮助和反馈

我不认为这仍然相关,但可能对其他人有所帮助

在我更改密码后,我遇到了类似的问题。我检查了不同的代理,每次都有相同的问题。现在,我再次更改了密码,使其具有更多标准符号,问题立即消失

看起来,有时密码中的某些特殊字符可能会出现问题

希望这能帮助别人

致以最良好的祝愿,
维亚切斯拉夫

也有类似的问题,你在这方面运气好吗?可能与詹金斯问题有关: