You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jenkins introduced a security change that breaks Gatling reports display.
320
+
You sadly have to disable it to get them back, see how-to:
321
+
322
+
Open Jenkins CFG file:
323
+
`sudo vi /etc/default/jenkins`
324
+
325
+
Add the following configuration:
326
+
327
+
```
328
+
JAVA_ARGS="-Djava.awt.headless=true -Dhudson.model.DirectoryBrowserSupport.CSP=\"sandbox allow-scripts; style-src 'unsafe-inline' *;script-src 'unsafe-inline' *;\"" # Allow graphs etc. to work even when an X server is present
0 commit comments