Tuesday, October 4, 2016

ubuntu - Jenkins behind corporate proxy

I have configured proxy settings for installing plugins in Jenkins.



Please find the below image.



enter image description here



But when i try to install plugins getting proxy error.




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)

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...