mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-06 04:13:55 +02:00
docs: update gatlingExecuteTests example (#4726)
There is no testModule parameter in gatlingExecuteTests, the correct parameter to be used is pomPath
This commit is contained in:
parent
cd8c93ea6c
commit
c3d420a752
@ -19,5 +19,5 @@ We recommend to define values of step parameters via [config.yml file](../config
|
|||||||
Pipeline step:
|
Pipeline step:
|
||||||
|
|
||||||
```groovy
|
```groovy
|
||||||
gatlingExecuteTests script: this, testModule: 'performance-tests/pom.xml'
|
gatlingExecuteTests script: this, pomPath: 'performance-tests/pom.xml'
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user