-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
Here's a problem that we often run into. We have a number of View tabs, and they change frequently as teams and projects change. But when providing a URL to a job, we often end up providing a link with the View embedded, like http://ourjenkins/view/someview/job/somejob/. When the view disappears (but the job remains), the link gives a 404.
It would be nice if, when the View someview does not exist, that the non-view URL http://ourjenkins/job/somejob/ is tried.
- is related to
-
JENKINS-10595 Need a way to get the "real" job URL without views etc. in the path
- Resolved
-
JENKINS-19553 Misleading URLs: when jobs excluded by a view's regex are appended to the URL, an error should result.
- Open