I'm using Gatling Jenkins plugin to track Gatling simulations and generate reports.
It seems to be working fine:
When a simulation is done and a report is generated, clicking on the report link results in a prompt to download the whole report (including JS files, etc...) as a zip file instead of opening the report in the browser.
How could I view the results' index.html file directly from the browser?
In older versions of the Gatling OSS Jenkins plugin, it was possible to display the reports directly in Jenkins.
Jenkins modern versions consider serving files from the Jenkins' filesystem to be extremely unsafe and disabled by default (and you have to enable some scary unrecommended options to turn it on). Indeed, any other job could be tampering those files and injecting malicious content.
So sadly, we had to drop this feature.