1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-16 11:09:33 +02:00
sap-jenkins-library/documentation/docs/steps/gaugeExecuteTests.md

24 lines
358 B
Markdown
Raw Normal View History

2019-03-29 13:14:01 +02:00
# ${docGenStepName}
2019-03-29 13:14:01 +02:00
## ${docGenDescription}
## Prerequisites
2019-03-29 13:14:01 +02:00
none
2019-03-29 13:14:01 +02:00
## ${docGenParameters}
2019-03-29 13:14:01 +02:00
## ${docGenConfiguration}
2019-03-29 13:14:01 +02:00
We recommend to define values of step parameters via [config.yml file](../configuration.md).
## ${docJenkinsPluginDependencies}
2019-05-24 15:41:49 +02:00
## Example
Pipeline step:
```groovy
gaugeExecuteTests script: this, testServerUrl: 'http://test.url'
```