-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Hudson 1.383
I got the following error when I clicked "Downgrade to XXX" buton.
404 Not Found
Stapler processed this HTTP request as follows, but couldn't find the resource to consume the request
-> evaluate(<hudson.model.Hudson@64df80ff> :hudson.model.Hudson,"/updateCenter/plugin/updateCenter")
-> evaluate(((StaplerProxy)<hudson.model.Hudson@64df80ff>).getTarget(),"/updateCenter/plugin/updateCenter")
-> evaluate(<hudson.model.Hudson@64df80ff>.getUpdateCenter(),"/plugin/updateCenter")
-> evaluate(<hudson.model.UpdateCenter@54dfd702> :hudson.model.UpdateCenter,"/plugin/updateCenter")
-> evaluate(<hudson.model.UpdateCenter@54dfd702>.getPlugin("updateCenter"),"")
-> unexpected null!
If this 404 is unexpected, double check the last part of the trace to see if it should have evaluated to null.
- is duplicated by
-
JENKINS-7968 Clicking on "downgrade" button for a plugin in the update center results in a 404 error
- Resolved