mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-04-21 12:17:08 +02:00
25 lines
337 B
Markdown
25 lines
337 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
|
|
|
|
## Exceptions
|
|
|
|
None
|
|
|
|
## Example
|
|
|
|
```groovy
|
|
prepareDefaultValues()
|
|
```
|
|
|
|
|
|
|
|
|