Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins- Getting stuck on install initial plugin page

Tags:

jenkins

enter image description hereI have newly configured Jenkins, after setting up the proxy it asks to install plugins, i selected few plugins and after proceeding to install them some of them failed and the install bar completes for other plugins but the page hangs forever and i am not able to proceed further.

Please suggest !

like image 771
Automation Engr Avatar asked Aug 30 '16 08:08

Automation Engr


People also ask

Why Jenkins plugin installation failed?

If you are running Jenkins behind a corporate proxy, you need to update the proxy settings for Jenkins plugin installtion and updates. If you do not have the proxy details, you can talk to your Network administrator and get the proxy details.

Do we need to restart Jenkins after installing plugins?

If you're asking about how to install a plugin you personally developed without restarting, not a plugin from the plugins repo, you can do so by going to: Jenkins>Plugin Manager, click the Advanced tab. There you'll see "Upload Plugin". Upload the hpi file for the plugin. You don't need to restart the Jenkins.

How do I fix Jenkins dependency error?

In many cases, upper bounds dependencies errors are best resolved by updating the Jenkins core Bill of Materials and by using the Jenkins plugin Bill of Materials.


1 Answers

restart jenkins using "http://localhost:8080/safeRestart" It worked for me.

like image 181
varun Avatar answered Oct 07 '22 11:10

varun