1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-27 21:49:15 +02:00
Oliver Burré c3d420a752
docs: update gatlingExecuteTests example ()
There is no testModule parameter in gatlingExecuteTests, the correct parameter to be used is pomPath
2023-12-18 14:53:13 +01:00

448 B

${docGenStepName}

${docGenDescription}

Prerequisites

The Gatling Jenkins plugin needs to be installed.

${docGenParameters}

${docGenConfiguration}

We recommend to define values of step parameters via config.yml file.

${docJenkinsPluginDependencies}

Example

Pipeline step:

gatlingExecuteTests script: this, pomPath: 'performance-tests/pom.xml'