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

24 lines
344 B
Markdown
Raw Normal View History

2019-03-29 13:14:01 +02:00
# ${docGenStepName}
2019-03-29 13:14:01 +02:00
## ${docGenDescription}
2019-03-29 13:14:01 +02:00
## Prerequsites
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).
2019-05-24 15:41:49 +02:00
## ${docDependencies}
## Example
Pipeline step:
```groovy
gaugeExecuteTests script: this, testServerUrl: 'http://test.url'
```