-
Bug
-
Resolution: Fixed
-
Major
-
-
Blue Ocean - 1.1-beta-1, Blue Ocean - 1.1-beta2, Blue Ocean 1.1-beta4
BlueOcean UI subscribes to SSE event without providing organization in the subscription filter.
There are couple of places it needs to add jenkins_org in the sse subscription filter:
For example:
this.jobListener = this.connection.subscribe('job', (event) => { this._handleJobEvent(event); }, { jenkins_org: 'org-1' });
See tfennelly comments for detail.