mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-04-09 07:13:58 +02:00
There is no testModule parameter in gatlingExecuteTests, the correct parameter to be used is pomPath
24 lines
448 B
Markdown
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'
|
|
```
|