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

29 lines
366 B
Markdown
Raw Normal View History

# 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
2018-03-06 14:43:53 +02:00
## Step configuration
None
## Exceptions
None
## Example
```groovy
prepareDefaultValues()
```