-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins ver. 1.559
CloudBees Folders Plugin 4.5
When using the jenkins searchbox inside a folder, the current folder path is kept in the search results.
For instance, in my svr "my_jenkins", i am in the "my_folder" folder.
I search the job "a_job", it returns the result "job/another_folder/job/a_job"
The final url is http://my_jenkins/job/my_folder/job/another_folder/job/a_job which returns a 404.
It works fine when used at the root level.
- links to
[JENKINS-24433] Searchbox cannot be used inside a folder
Assignee | Original: Jesse Glick [ jglick ] | New: Félix Belzunce Arcos [ fbelzunc ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR 1581 (Web Link)" [ 12123 ] |
Labels | Original: folders gui | New: folders gui lts-candidate |
Likely a result from https://github.com/jenkinsci/jenkins/pull/893 (or rather, that commit added support for that kind of search to begin with, but didn't consider the case described here).