Gatling version: 3.11.5 (must be up to date) Gatling flavor: [ X] java kotlin scala javascript typescript Gatling build tool: [X ] maven gradle sbt bundle npm
Hello,
I am using Gatling Jenkins Plugin v1.3.0 which is working as expected.
I am using the Jenkins ‘Editable Email Notification’ plugin to send and email with information regarding the Gatling execution. I would like to send a copy of the “Mean response time trend” graph in the email notification. Is the graph image stored anywhere that I can get to inside of Jenkins or with the Jenkins job?
As we have a Jenkins plugin for Gatling Enterprise, we’ve stopped maintaining this other Jenkins plugin and have donated it to the Jenkins community.
IIRC (haven’t touched it for year), this plugin doesn’t generate images on the file system but uses a JavaScript library to draw them. IIRC, modern versions of Jenkins really doesn’t want to server static content from the filesystem as they consider it too dangerous security-wise.
All in all, I think the only way you can achieve what you’re looking for is to write your own Jenkins plugin.