You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"HelpText": "Connection string for the SQL connection. Example:\n\n Server=.\\SQLExpress;Database=OctoFX;Integrated Security=True;\n\nBind to a variable to provide different values for different environments.",
17
+
"DefaultValue": null,
18
+
"DisplaySettings": {
19
+
"Octopus.ControlType": "SingleLineText"
20
+
}
21
+
},
22
+
{
23
+
"Name": "SqlScriptFile",
24
+
"Label": "SQL Script File",
25
+
"HelpText": "Script file to run. Can be bound to a variable. Text output by the PRINT statement in SQL will be logged to the deployment log. Use 'GO' to separate multiple commands.",
26
+
"DefaultValue": "",
27
+
"DisplaySettings": {
28
+
"Octopus.ControlType": "SingleLineText"
29
+
}
30
+
},
31
+
{
32
+
"Name": "ContinueOnError",
33
+
"Label": "Continue On Error",
34
+
"HelpText": "If set to true, an error with the SQL statement will simply write to the log and not cause an error in the deployment.",
35
+
"DefaultValue": "",
36
+
"DisplaySettings": {
37
+
"Octopus.ControlType": "Checkbox"
38
+
}
39
+
},
40
+
{
41
+
"Name": "CommandTimeout",
42
+
"Label": "Command Timeout",
43
+
"HelpText": "The SQL Command Timeout. By default is 30 seconds.",
0 commit comments