1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-04-21 12:17:08 +02:00
sap-jenkins-library/documentation/docs/steps/prepareDefaultValues.md

25 lines
337 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
## Exceptions
None
## Example
```groovy
prepareDefaultValues()
```