-
Bug
-
Resolution: Fixed
-
Minor
-
Open JDK 1.8.0_252
Ubuntu 18.04.4
Jenkins 2.235.2
Available plugins list is empty.
Installed plugins is visible and plugin update works fine.
In jenkins.log it has following:
2020-07-18 04:49:04.420+0000 [id=380] INFO h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.tasks.Maven.MavenInstaller 2020-07-18 04:49:05.169+0000 [id=380] INFO h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.tasks.Ant.AntInstaller 2020-07-18 04:49:06.420+0000 [id=380] INFO h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.plugins.gradle.GradleInstaller 2020-07-18 04:49:07.714+0000 [id=380] INFO h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.plugins.nodejs.tools.NodeJSInstaller 2020-07-18 04:49:09.976+0000 [id=380] INFO h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.tools.JDKInstaller 2020-07-18 04:49:09.976+0000 [id=380] INFO hudson.util.Retrier#start: Performed the action check updates server successfully at the attempt #1
- is duplicated by
-
JENKINS-63451 No Plugins Available Jenkins 2.235.5
-
- Closed
-
- is related to
-
JENKINS-61166 Improve how security warnings are shown
-
- Resolved
-
[JENKINS-63129] Available plugins list is empty
Description |
Original:
Available plugins list is empty. Installed plugins is visible and plugin update works fine. |
New:
Available plugins list is empty. Installed plugins is visible and plugin update works fine. In jenkins.log it has following: {code:java} 2020-07-18 04:49:04.420+0000 [id=380] INFO h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.tasks.Maven.MavenInstaller 2020-07-18 04:49:05.169+0000 [id=380] INFO h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.tasks.Ant.AntInstaller 2020-07-18 04:49:06.420+0000 [id=380] INFO h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.plugins.gradle.GradleInstaller 2020-07-18 04:49:07.714+0000 [id=380] INFO h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.plugins.nodejs.tools.NodeJSInstaller 2020-07-18 04:49:09.976+0000 [id=380] INFO h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.tools.JDKInstaller 2020-07-18 04:49:09.976+0000 [id=380] INFO hudson.util.Retrier#start: Performed the action check updates server successfully at the attempt #1{code} |
Component/s | New: core [ 15593 ] | |
Component/s | Original: plugin-installation-manager-tool [ 25433 ] |
Assignee | Original: Natasha Stopa [ stopalopa ] |
Priority | Original: Critical [ 2 ] | New: Minor [ 4 ] |
I found the same thing with Jenkins 2.235.2 under Win10 Pro.
The data is definitely there, just not being shown. I found that if you type into the Search field and know some 'word' in the plugin then you will get a list.
e.g. when I typed 'scm' into the search field suddenly 30+ plugins appeared in the list.
It also appears you need to type two characters minimum into the search field, so you cannot just type 'e' and hope to get all plugins listed.