mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-16 11:09:33 +02:00
29 lines
366 B
Markdown
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()
|
|
```
|
|
|
|
|
|
|
|
|