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:
configured proxy jenkins going
jenkins->manage plugins->advanced
(did not find plugins)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, wentjenkins->manage plugins->advanced
, clicked tab 'check now' (still did not find plugins on clicking on available tab).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.)