2019-04-03 11:13:08 +02:00
|
|
|
# ${docGenStepName}
|
2017-07-11 15:12:03 +02:00
|
|
|
|
2019-04-03 11:13:08 +02:00
|
|
|
## ${docGenDescription}
|
2017-07-11 15:12:03 +02:00
|
|
|
|
|
|
|
## Prerequisites
|
2018-11-06 14:50:09 +02:00
|
|
|
|
2019-04-03 11:13:08 +02:00
|
|
|
* A **configuration file** with properties. The property values are used as default values in many pipeline steps.
|
2017-07-11 15:12:03 +02:00
|
|
|
|
2019-04-03 11:13:08 +02:00
|
|
|
## ${docGenParameters}
|
2017-07-11 15:12:03 +02:00
|
|
|
|
2019-04-03 11:13:08 +02:00
|
|
|
## ${docGenConfiguration}
|
2018-03-06 14:43:53 +02:00
|
|
|
|
2019-05-24 15:44:31 +02:00
|
|
|
## ${docJenkinsPluginDependencies}
|
2019-05-24 15:41:49 +02:00
|
|
|
|
2017-07-11 15:12:03 +02:00
|
|
|
## Side effects
|
2018-11-06 14:50:09 +02:00
|
|
|
|
2017-07-11 15:12:03 +02:00
|
|
|
none
|
|
|
|
|
|
|
|
## Exceptions
|
2018-11-06 14:50:09 +02:00
|
|
|
|
|
|
|
none
|
2017-07-11 15:12:03 +02:00
|
|
|
|
|
|
|
## Example
|
2018-11-06 14:50:09 +02:00
|
|
|
|
2017-07-11 15:12:03 +02:00
|
|
|
```groovy
|
|
|
|
setupCommonPipelineEnvironment script: this
|
|
|
|
```
|