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
Daniel Kurzynski 22ee06dc17 Enable configuration via yaml file + mavenExecute as example (#18)
* Enable configuration via yaml file
* Add documentation 
* Add tests
2017-12-06 12:03:06 +01:00

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()
```