mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-04-27 12:32:19 +02:00
707 B
707 B
setConfigProperty
Description
Sets a specific property of the configuration stored in the commonPipelineEnvironment
object.
Any existing property is overwritten.
Parameters
parameter | mandatory | default | possible values |
---|---|---|---|
property |
yes | ||
value |
yes |
property
- property key to set in thecommonPipelineEnvironment
object.value
- the value to set the property to.
Return values
none
Side effects
none
Exceptions
none
Example
commonPipelineEnvironment.setConfigProperty('DEPLOY_HOST', 'my-deploy-host.com')