You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-11-06 09:09:19 +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:
@@ -19,5 +19,5 @@ We recommend to define values of step parameters via [config.yml file](../config
|
||||
Pipeline step:
|
||||
|
||||
```groovy
|
||||
gatlingExecuteTests script: this, testModule: 'performance-tests/pom.xml'
|
||||
gatlingExecuteTests script: this, pomPath: 'performance-tests/pom.xml'
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user