1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-06-15 00:05:11 +02:00
Files
sap-jenkins-library/documentation/docs/steps/commonPipelineEnvironment/getConfigProperties.md
2017-11-10 16:30:52 +01:00

405 B

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

def propertiesMap = commonPipelineEnvironment.getConfigProperties()