Hej Community,
I want to run my tests in a CI pipeline but the jenkins plugin just don’t want to find any results in my folder. The exact message is:
Archiving Gatling reports... Could not find a Gatling report in results folder. No newer Gatling reports to archive.
Path is:
C:\Tools\gatling-maven-plugin-demo-master\target\gatling\something-1510563790522\index.html
So no whitespaces as mentioned in the description.
I added the following to the .pom even it shouldn’t be necessary but it doesn’t work too.
`
C:\Tools\gatling-maven-plugin-demo-master\src\test\resources C:\Tools\gatling-maven-plugin-demo-master\src\test\resources\data C:\Tools\gatling-maven-plugin-demo-master\target\gatling C:\Tools\gatling-maven-plugin-demo-master\src\test\resources\bodies C:\Tools\gatling-maven-plugin-demo-master\src\test\scala\`
I used the sample project from github: gatling-maven-plugin-demo
Thanks in advance!