1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-04-09 07:13:58 +02:00
sap-jenkins-library/documentation/docs/steps/gatlingExecuteTests.md
Oliver Burré c3d420a752
docs: update gatlingExecuteTests example (#4726)
There is no testModule parameter in gatlingExecuteTests, the correct parameter to be used is pomPath
2023-12-18 14:53:13 +01:00

24 lines
448 B
Markdown

# ${docGenStepName}
## ${docGenDescription}
## Prerequisites
The [Gatling Jenkins plugin](https://plugins.jenkins.io/gatling/) needs to be installed.
## ${docGenParameters}
## ${docGenConfiguration}
We recommend to define values of step parameters via [config.yml file](../configuration.md).
## ${docJenkinsPluginDependencies}
## Example
Pipeline step:
```groovy
gatlingExecuteTests script: this, pomPath: 'performance-tests/pom.xml'
```