I have installed Jenkins
by deploying its WAR file to Tomcat
. On typing
http://localhost:8080/jenkins
In browser, jenkins
home page is opening which means jenkins
is successfully installed. I configured system settings, gave jdk
and maven path and save them. Then to install plugins, I clicked on Jenkins->Manage plugins and clicked on Available tab but could not find any plugins. I tried three solutions:
Configured proxy for Jenkins by going to
Jenkins->Manage Plugins->Advanced
(did not find plugins)Restarted server, refreshed browser and went to
Jenkins->Manage plugins->Available
(still did not find any plugins). So, I read somewhere that we have update plugins forcefully if they are not updated automatically. So, went toJenkins->Manage Plugins->Advanced
and clicked the tab 'Check now' (Still did not find any plugins on clicking on Available tab).Finally I read somewhere that if we add the pluginGroup 'org.jvnet.hudson.tools' to settings.xml file of maven, problem may be resolved. So, added the corresponding code to settings.xml:
Then I tried again but still could not find any plugins in
Jenkins->Manage plugins->Available
If any other solution is there which can resolve this problem please let me know.