Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Set Configuration Variable

Modified on July 26, 2024

Creates or updates a variable in BuildMaster.

Script usage:

Set-ConfigurationVariable(
	Variable: <text>,
	Value: <RuntimeValue>,
	[Application: <text>],
	[ApplicationGroup: <text>],
	[Deployable: <text>],
	[Server: <text>],
	[ServerRole: <text>],
	[Environment: <text>]
);

This operation may be prefixed with Core::, although this is a built-in namespace and isn't really necessary.

Arguments:

NameFormatScript UsageUsage Notes
Variable name (default)
text
Variable
This argument is required.
Variable value
RuntimeValue
Value
This argument is required.
Application
text
Application
Application group
text
ApplicationGroup
Deployable
text
Deployable
Server
text
Server
Server role
text
ServerRole
Environment
text
Environment