我已经配置了在 Jenkins 中安装插件的代理设置。
请看下图。
但是当我尝试安装插件时出现代理错误。
Installing Plugins/Upgrades
Preparation
Checking internet connectivity
Checking update center connectivity
java.net.HttpRetryException: Invalid response code (407) from URL: https://updates.jenkins.io/update-center.json?uctest at hudson.model.UpdateCenter$UpdateCenterConfiguration.testConnection(UpdateCenter.java:1287) at hudson.model.UpdateCenter$UpdateCenterConfiguration.checkUpdateCenter(UpdateCenter.java:1068) at hudson.model.UpdateCenter$ConnectionCheckJob.run(UpdateCenter.java:1517) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:112) at java.lang.Thread.run(Thread.java:748)
答案1
响应代码 407 表示需要代理身份验证看https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#407
希望这可以帮助。
答案2
您的代理可能正在阻止'https://updates.jenkins.io/update-center.json'. 尝试在“测试网址”部分验证提到的网址