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