2

Local build generates reports in the correct folder: target/results but when building using Jenkins it puts them in target/gatling/results

This is an issue because now the gatling plugin for Jenkins is unable to find the reports

I can't find where it sets the path

Jackery Xu
  • 386
  • 2
  • 5
  • 19
  • did you override the `resultsFolder` property of the gatling plugin in your `pom.xml`? Default value [is](http://gatling.io/docs/2.0.0-RC2/extensions/maven_plugin.html) effectively `target/gatling/results` – A_Di-Matteo Jul 22 '16 at 15:09
  • yes i changed it to target/results. the only thing that's there is the simulation.txt. everything else is under gatling/results – Jackery Xu Jul 22 '16 at 15:19

1 Answers1

1

It is not necessary to configure the results folder path for the gatling plugin for Jenkins. It will look for any folder containing a Gatling Simulation, so your configuration doesn't matter.

If you can't make it work and think it is a bug, provide us your jenkins version, gatling-plugin version and gatling version.

You can use our mailing list to post questions specific to Galing.