mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
24 lines
317 B
Markdown
24 lines
317 B
Markdown
# ${docGenStepName}
|
|
|
|
## ${docGenDescription}
|
|
|
|
## Prerequisites
|
|
|
|
Test configuration is available.
|
|
|
|
## ${docGenParameters}
|
|
|
|
## ${docGenConfiguration}
|
|
|
|
## ${docJenkinsPluginDependencies}
|
|
|
|
## Example
|
|
|
|
```
|
|
containerExecuteStructureTests(
|
|
script: this,
|
|
testConfiguration: 'config.yml',
|
|
testImage: 'node:latest'
|
|
)
|
|
```
|