Unable to find plugins in list of available plugins in jenkins

后端 未结 27 1211
无人及你
无人及你 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:30

    You don't have internet connection on Jenkins Machine.please configure Internet or installed plugin in offline mode.

    Go to Jenkins -Plugin Manager-Upload Plugin

    0 讨论(0)
  • 2020-12-04 22:33

    At the plugins section of Jenkins open the "Advanced Settings" tab and paste the following URL into the Update Server URL field (at the bottom): https://updates.jenkins.io/update-center.json

    0 讨论(0)
  • 2020-12-04 22:33

    I hate to admit this but it might save someone else some time...I could not find a particular plugin when searching the available list. I learned the hard way that plugins which are already installed to Jenkins don't show in the "available" list...there it was on the "installed" list, already installed, I just didn't realize it. Now I'll check "installed" before searching "available".

    0 讨论(0)
提交回复
热议问题