mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-16 11:09:33 +02:00
24 lines
451 B
Markdown
24 lines
451 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, testModule: 'performance-tests/pom.xml'
|
||
|
```
|