mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
b4a4f135fa
Step template improvements. Addition of script template.
30 lines
529 B
Markdown
30 lines
529 B
Markdown
# <step name>
|
|
|
|
## Description
|
|
Brief description.
|
|
|
|
## Prerequisites
|
|
* **<prerequisite>** - further description.
|
|
|
|
## Parameters
|
|
| parameter | mandatory | default | possible values |
|
|
| ---------------|-----------|-----------------------------------|--------------------|
|
|
| | | | |
|
|
|
|
* `<parameter>` - Detailed description of each parameter.
|
|
|
|
## Return value
|
|
none
|
|
|
|
## Side effects
|
|
none
|
|
|
|
## Exceptions
|
|
* `ExceptionType`
|
|
* List of cases when exception is thrown.
|
|
|
|
## Example
|
|
```groovy
|
|
|
|
```
|