Unable to find plugins in list of available plugins in jenkins -


i have installed jenkins deploying war file tomcat. on typing

http://localhost:8080/jenkins 

in browser, jenkins home page opening means jenkins installed. configured system settings, gave jdk , maven path , save them. install plugins, clicked on jenkins->manage plugins , clicked on available tab not find plugins. tried 3 solutions:

  1. configured proxy jenkins going jenkins->manage plugins->advanced(did not find plugins)

  2. restarted server, refreshed browser , went jenkins->manage plugins->available (still did not find plugins). so, read somewhere have update plugins forcefully if not updated automatically. so, went jenkins->manage plugins->advanced , clicked tab 'check now' (still did not find plugins on clicking on available tab).

  3. finally read somewhere if add plugingroup 'org.jvnet.hudson.tools' settings.xml file of maven, problem may resolved. so, added corresponding code settings.xml:

then tried again still not find plugins in

jenkins->manage plugins->available 

if other solution there can resolve problem please let me know.

the problem may browser proxy settings not configured properly.

jenkins doesn't retrieve plugin list directly update center, tells browser retrieve , post jenkins. http proxy settings within jenkins ignored step.

so if using browser configured work within network, connect local servers such jenkins instance, won't able update plugin list.

(this happened me , took frustrating hour work out.)


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -