-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins LTS 2.46.1, Nginx 1.12.0, RedHat RHEL 6.8, Blue Ocean 1.0.1
-
-
Blue Ocean 1.1-beta4
When running Jenkins with Blue Ocean UI behind an Nginx reverse proxy, the job summary page and the running job page do not always get updated correctly. You have to refresh the web page in order to have the latest information from the job.
Attachment job1 it what I see for several minutes, but it never refreshed the page. I know the job is completed as it only takes 23 seconds to run. When I refresh the page, I correctly see the status (attachment job2). Page updates do every once in a while seem to work for a job run.
When I connect directly to the backend Jenkins app bypassing Nginx, the Blue Ocean UI works 100% as expected.
Nginx is configured using the configuration file referenced by the Blue Ocean plugin here:
https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+behind+Nginx
Only change was to change the "server_name" line.
Hi johnlengeling - will need some more info on this. I use nginx and it doesnt' show this, so it seems a very sensitive config.
Some questions to dig in to help:
Sorry for the wall of things to look at. My theory is that this is either related to pipelines with / in the name (like git branch names), or SSE is failing you in some way. 2 different issues. Could you also perhaps share your nginx config?