Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Not A Defect
-
Component/s: blueocean-plugin
-
Labels:None
-
Environment:Jenkins core 2.52
Blue Ocean Plugin 1.0.0
CloudBees Folders Plugin 6.0.3
-
Similar Issues:
-
Sprint:Blue Ocean - 1.1-beta-1
Description
When there are jobs inside of folders and we want to open Blue Ocean, then we get a 404 error. It doesn't matter what type of job these are. We tested it with Pipeline jobs, Multibranch pipeline jobs and Freestyle jobs.
No problems with jobs outside of folders.
This is a common problem if you are running a HTTP reverse proxy in front of Blue Ocean (proxy mangles the names)
See this for more info:
https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+behind+Apache
https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+behind+Nginx
If this is not the case we can dive into this more.
Sorry for the trouble!