1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-16 11:09:33 +02:00
sap-jenkins-library/documentation/docs/steps/prepareDefaultValues.md
2018-03-09 10:27:28 +01:00

29 lines
366 B
Markdown

# prepareDefaultValues
## Description
Loads the pipeline library default values from the file `resources/default_pipeline_environment.yml`.
Afterwards the values can be loaded by the method: `ConfigurationLoader.defaultStepConfiguration`
## Parameters
None
## Step configuration
None
## Exceptions
None
## Example
```groovy
prepareDefaultValues()
```