Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
Description
It's complex, i know.
I have a Folder with some Multibranch pipelines inside. This jobs are mapped to a View with "nested" to flatten folder contents.
The generated schedule url is http://jenkins/job/<Folder>/job/<Branch>/schedule, but should be http://jenkins/job/<Folder>/job/<Multibranch>/job/<Branch>/schedule. It's missing the Multibranch configuration name.
When I click the schedule action, it displays a 404 error.
Hi pingunaut. I've just found this issue in my Jenkins instance. Steps to reproduce:
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