Hard-coded a SQL Server name in the Redgate DLM Automation plugin = "Server" text box.
Prefer to use a global variable but plan fails to get value out of a global variable.
Tried:
%Global_Variable_Name% and ${bamboo.Global_Variable_Name} in the "Server" text box.
Both failed.
Expected outcome: during an execution of the plan the value of the global variable should be used.
Sergei
Hi Omar,
Didn't work.
Error:
...Local parameters [connectionString = Data 11-May-2018 14:58:25 Source=${MUD_AWS_BUILD_MACHINE_NAME};Initial Catalog=
My build plan didn't substitute a global variable name with its value.
Any ideas?
Hi @Sergei, you can try viewing the task logs, there is a print with all variables global and local.
Check the name of the variable, some plugins use the variable name like this ${bamboo_variable_name}.
Cheers.
Omar H.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.