mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-16 11:09:33 +02:00
f757a0e1d4
* fix Markdown issue 'Headers should be surrounded by blank lines' * fix MD012 * fix MD022 * fix MD026 * fix MD007 * fix MD032 * fix MD038 * fix MD040 * fix MD031 * fix MD034 * fix MD004 * fix new findings * fix MD036 * fix MD038 * fix MD032 * fix MD006
25 lines
361 B
Markdown
25 lines
361 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()
|
|
```
|