mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +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'
|
|
)
|
|
```
|