audit-log-plugin
audit-log-plugin copied to clipboard
Audit Log plugin breaks Blue Ocean auto-refresh
Issue: When installing the audit log plugin, the latest version of Blue ocean is unable to refresh the page and you must manually hit refresh on the browser.
How to reproduce:
- Install the latest LTS of Jenkins
- Install the latest version of the blue ocean plugins (1.19.0)
- Install the Audit log plugin
- Observe that builds will not complete until you hit refresh in the browser
The failing browser console says:
Navigated to http://127.0.0.1:8080/blue/organizations/jenkins/TestPipeline/
blueocean-core-js.js:2929 Browser configuration of @jenkins-cd/logging is explained at https://tfennelly.github.io/jenkins-js-logging/index.html#browser-config
jenkins-blueocean-core-js-1573576130150-ikl41:1 GET http://127.0.0.1:8080/sse-gateway/listen/jenkins-blueocean-core-js-1573576130150-ikl41 404 (Not Found)
blueocean.js:58198 Unhandled Error: "TypeError: Cannot read property 'dispatcherId' of undefined\n at http://127.0.0.1:8080/adjuncts/3ca3e3e5/io/jenkins/blueocean/blueocean-core-js.js:3370:74"
The Successful one only says:
Navigated to http://127.0.0.1:8080/blue/organizations/jenkins/TestPipeline/
blueocean-core-js.js:2929 Browser configuration of @jenkins-cd/logging is explained at https://tfennelly.github.io/jenkins-js-logging/index.html#browser-config
So it looks like the audit log plugin somehow either breaks a Javascript file or something I am very confused about
+1 I'm seeing the same problem on latest version of the plugin, Jenkins and blue ocean plugins