Hi pingunaut. I've just found this issue in my Jenkins instance. Steps to reproduce:
- Create a New View, call it "TestView" and choose "List View" type (haven't tested with other types)
- Select some pipeline jobs (they must be in subfolders, I haven't tested with jobs outside a folder). For example, one in the "admin/dockers_dcos" folder
If you use the "Schedule Build" option in the dropdown menu (click on the arrow behind the job name), it works. The URL in the browser becomes:
https://my.jenkins.url/view/TestView/job/admin/job/dockers_dcos/job/build_docker_dcos_push_nexus/schedule/
But if you use the "Schedule Build" button on the right, you got a 404 error as the URL in the browser becomes:
https://my.jenkins.url/view/TestView/job/build_docker_dcos_push_nexus/schedule/
As you can see, the folder part is missing in the URL
Seems to be a little too complex for me
I tried around with multibranch jobs and folders, but wasn't able to reproduce the error. Could you describe in detail or screenshot how your view is configured?