Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

DeployJob - setOverriddenParameterValueFromString

DeployJob - setOverriddenParameterValueFromString

Description :

This command specifies values for the unresolved local parameters of the BLPackage used by the DeployJob. When setting the value of encrypted parameters, the value provided to this command should be a clear text string. This command will encrypt the value and set it to the parameter. When setting the value of enumerated parameters, the value provided must be the display name of the value.

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

groupName

String

Name of the job folder containing the job.

jobName

String

Name of the Deploy Job.

parameterName

String

Name of the BLPackage parameter.

valueAsString

String

The clear text value you want to set for the parameter.

Example

This example assumes that the Deploy Job referenced uses a BLPackage that has an unresolved parameter called install_dir.

Script





DeployJob setOverriddenParameterValueFromString /Applications/Apache/Deploy DeployApache install_dir "/opt/apache" 



Was this page helpful? Yes No Submitting... Thank you

Comments