mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-04-25 12:24:42 +02:00
734 B
734 B
getConfigProperty
Description
Gets a specific value from the configuration properties stored in the commonPipelineEnvironment
object.
Parameters
parameter | mandatory | default | possible values |
---|---|---|---|
property |
yes |
property
- the specific property to be retrieved from the configuration properties stored in thecommonPipelineEnvironment
object.
Return values
The value of the property in the configuration properties stored in the commonPipelineEnvironment
object.
Side effects
none
Exceptions
none
Example
def deployHost = commonPipelineEnvironment.getConfigProperty('DEPLOY_HOST')