1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-05-21 22:33:18 +02:00
sap-jenkins-library/documentation/docs/steps/setupCommonPipelineEnvironment.md

26 lines
345 B
Markdown
Raw Normal View History

# ${docGenStepName}
2017-07-11 15:12:03 +02:00
## ${docGenDescription}
2017-07-11 15:12:03 +02:00
## Prerequisites
* 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
## ${docGenParameters}
2017-07-11 15:12:03 +02:00
## ${docGenConfiguration}
2018-03-06 13:43:53 +01:00
2017-07-11 15:12:03 +02:00
## Side effects
2017-07-11 15:12:03 +02:00
none
## Exceptions
none
2017-07-11 15:12:03 +02:00
## Example
2017-07-11 15:12:03 +02:00
```groovy
setupCommonPipelineEnvironment script: this
```