mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
680 B
680 B
setConfigProperties
Description
Sets the map of configuration properties stored in the commonPipelineEnvironment
object.
Any existing configProperties
map is overwritten.
Parameters
parameter | mandatory | default | possible values |
---|---|---|---|
map |
yes |
map
- the map of configuration properties to set in thecommonPipelineEnvironment
object.
Return values
none
Side effects
none
Exceptions
none
Example
def map = [DEPLOY_HOST: 'deploy-host.com', DEPLOY_ACCOUNT: 'deploy-account']
commonPipelineEnvironment.setConfigProperties(map)