Unable to find plugins in list of available plugins in jenkins

后端 未结 27 1307
无人及你
无人及你 2020-12-04 21:30

I have installed Jenkins by deploying its WAR file to Tomcat. On typing

http://localhost:8080/jenkins

In browser

27条回答
  •  醉梦人生
    2020-12-04 22:29

    For me, the following works out. I experience this empty available list issue after a fresh install jenkins 1.638 on Ubuntu 1404 in virtual box. We're under an ISA proxy server.

    Go to Jenkins->Manage Plugins->Advanced and setup the proxy as below:

    Host: 192.168.x.x (your Proxy IP)

    Port: 80 (Your proxy port)

    Note that I find the format matters. I tried adding http:// it doesn't work. It has to be exactly like above.

    Then hit the check now button in the bottom right as everyone else suggested. Then you get the list.

提交回复
热议问题