Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
From an email:
I have only one small request. Can you make the link not a relative path?
When I am at the Hudson main page, the "Shelved Projects" link works great.
When I am at "My Views"(http://${hudson}/me/my-views/view/All/), the target is effectively "http://${hudson}/user/${user_name}/my-views/view/All/shelvedProjects", which if you try to go there, you get the very lovely "Status Code: 404".
Code changed in hudson
User: : ashlux
Path:
trunk/hudson/plugins/shelve-project-plugin/src/main/java/org/jvnet/hudson/plugins/shelveproject/ShelvedProjectsAction.java
http://jenkins-ci.org/commit/26350
Log:
[FIXED JENKINS-5339] Use absolute link for shelved projects so that the link works on views.