-
Bug
-
Resolution: Unresolved
-
Major
Pipeline builds created within folders cannot be accessed directly via BlueOcean. Link when clicking on BlueOcean icon for a pipeline build looks like: <jenkins-master>blue/organizations/jenkins/testing%2Ftesting and troughs an http 400 error.
Freestyle builds within folders don't seem to be affected by this issue.
I observe the same effect. Further analyis:
On clicking the link, the following request happen:
GET
https://server/jenkins/blue/organizations/jenkins/Generic%2FPythonGenericPylint/detail/PythonGenericPylint/801 [HTTP/1.1 302 Found 12ms]
10:47:12.199 GET
http://server/jenkins/blue/organizations/jenkins/Generic/PythonGenericPylint/detail/PythonGenericPylint/801/
Note the missing "/" at the end of the first request. This then results in a redirect to the to a http endpoint that loses the encoded slash.