-
Bug
-
Resolution: Fixed
-
Major
-
None
1.447. When configuring an update center which hosts a plugin but not all of its dependencies, if you try to install the bad plugin, Jenkins helpfully gives a 500 error:
java.lang.NullPointerException at hudson.model.UpdateSite$Plugin.getNeededDependencies(UpdateSite.java:661) at hudson.model.UpdateSite$Plugin.deploy(UpdateSite.java:711) at hudson.PluginManager.doInstall(PluginManager.java:589)
- is duplicated by
-
JENKINS-11943 NPE when a Plugin Fails to Install if it has a missing dep to another plugin
-
- Resolved
-
Code changed in jenkins
User: Jesse Glick
Path:
changelog.html
core/src/main/java/hudson/model/UpdateCenter.java
core/src/main/java/hudson/model/UpdateSite.java
http://jenkins-ci.org/commit/jenkins/e46e1673f103d8fb5ae5cce250063cba8f984b4b
Log:
[FIXED JENKINS-14769] NPE from UpdateSite$Plugin.getNeededDependencies.