You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-06-17 00:07:42 +02:00
27 lines
405 B
Markdown
27 lines
405 B
Markdown
![]() |
# getConfigProperties
|
||
|
|
||
|
## Description
|
||
|
Gets a `map` of configuration properties stored in the `commonPipelineEnvironment` object.
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
none
|
||
|
|
||
|
## Return values
|
||
|
|
||
|
A `map` of the current configuration properties setup in the `commonPipelineEnvironment` object.
|
||
|
|
||
|
## Side effects
|
||
|
|
||
|
none
|
||
|
|
||
|
## Exceptions
|
||
|
|
||
|
none
|
||
|
|
||
|
## Example
|
||
|
|
||
|
```groovy
|
||
|
def propertiesMap = commonPipelineEnvironment.getConfigProperties()
|
||
|
```
|