1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-04-27 12:32:19 +02:00
2017-11-10 16:30:52 +01:00

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 the commonPipelineEnvironment 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')