mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
34 lines
441 B
Markdown
34 lines
441 B
Markdown
|
# <step name>
|
||
|
|
||
|
## Description
|
||
|
|
||
|
|
||
|
## Prerequisites
|
||
|
|
||
|
* **<prerequisite>** - further description.
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| parameter | mandatory | default | possible values |
|
||
|
| ---------------|-----------|-----------------------------------|--------------------|
|
||
|
| | | | |
|
||
|
|
||
|
* detailed description of each parameter.
|
||
|
|
||
|
## Return value
|
||
|
|
||
|
none
|
||
|
|
||
|
## Side effects
|
||
|
|
||
|
none
|
||
|
|
||
|
## Exceptions
|
||
|
|
||
|
none
|
||
|
|
||
|
## Example
|
||
|
```groovy
|
||
|
|
||
|
```
|