You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-12-07 23:23:41 +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 thecommonPipelineEnvironmentobject.
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')