1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/documentation/docs/steps/setupCommonPipelineEnvironment.md

28 lines
381 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 14:43:53 +02:00
## ${docJenkinsPluginDependencies}
2019-05-24 15:41:49 +02: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
```