小编Pri*_*ncy的帖子

多选值选项jenkins

我正在尝试创建一个工作,我必须为一个参数选择多个值.env:dev1,dev2,qa1,qa2等我希望能够选择dev1和dev2来更新某些值.詹金斯有办法/插件来处理吗?

jenkins

25
推荐指数
1
解决办法
4万
查看次数

Jenkins插件与代理

我有一个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)
Run Code Online (Sandbox Code Playgroud)

但是我可以对实际的URL/URI进行Curl或wget来下载插件

感谢您的帮助和反馈

proxy jenkins-plugins

5
推荐指数
1
解决办法
1494
查看次数

标签 统计

jenkins ×1

jenkins-plugins ×1

proxy ×1