hi,
I have a problem with our jenkins:
If I use the search function for searching something like "test", I get a 404 error.
If I use it to search for "testtttt", I get a normal response (nothing found).
And if I use it to search for something that definitely exists, I get that existing job.
But how can I "clean" the search results of old Jenkins jobs and folders that have been renamed, moved or deleted? Because I guess this is what happens when I type "test": I get redirected to /job/Test/ which doesn't exist (anymore?).
Greetings
David