1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-07-05 00:59:01 +02:00
Files
sap-jenkins-library/documentation/docs/steps/setupCommonPipelineEnvironment.md
2019-05-24 15:44:31 +02:00

28 lines
381 B
Markdown

# ${docGenStepName}
## ${docGenDescription}
## Prerequisites
* A **configuration file** with properties. The property values are used as default values in many pipeline steps.
## ${docGenParameters}
## ${docGenConfiguration}
## ${docJenkinsPluginDependencies}
## Side effects
none
## Exceptions
none
## Example
```groovy
setupCommonPipelineEnvironment script: this
```