1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-02-07 13:42:23 +02:00

35 lines
672 B
Markdown
Raw Normal View History

2017-07-11 15:12:03 +02:00
# <step name>
## Description
Brief description.
2017-07-11 15:12:03 +02:00
## Prerequisites
* **<prerequisite>** - further description.
## Parameters
| parameter | mandatory | default | possible values |
| ---------------|-----------|-----------------------------------|--------------------|
| | | | |
* `<parameter>` - Detailed description of each parameter.
2017-07-11 15:12:03 +02:00
2018-03-06 13:43:53 +01:00
## Step configuration
The following parameters can also be specified as step parameters using the global configuration file:
* `<parameter>`
2017-07-11 15:12:03 +02:00
## Return value
none
## Side effects
none
## Exceptions
* `ExceptionType`
* List of cases when exception is thrown.
2017-07-11 15:12:03 +02:00
## Example
```groovy
```