-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 2.277.2
When manually modifying the view name in Jenkins URL, it can show nested jobs that are not listed under that view. Here's an example:
The following is a nested job url - which is defined under view name "submariner-0.8":
https://jenkins/view/submariner-0.8/job/Submariner-0.8-OSP-AWS-OVN/290/
I've modified the url to include view "submariner-0.9" instead:
https://jenkins/view/submariner-0.9/job/Submariner-0.8-OSP-AWS-OVN/290/
But that is a "wrong" url, as "Submariner-0.8-OSP-AWS-OVN" job is defined under "submariner-0.8", so it should not have been found.
See screenshot attached, where the nested jobs list does not include the currently displayed job.