Skip to content

Commit 5f7ced6

Browse files
Add doc for system variable OctopusShouldFailDeploymentOnSubstitutionFails (#2618)
* Add doc for system variable OctopusShouldFailDeploymentOnSubstitutionFails * Update src/pages/docs/projects/variables/system-variables.md Co-authored-by: Ben Pearce <ben.pearce@octopus.com> --------- Co-authored-by: Ben Pearce <ben.pearce@octopus.com>
1 parent 689cc3d commit 5f7ced6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/pages/docs/projects/variables/system-variables.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,6 +1443,13 @@ The amount (in megabytes) of available free disk space we should check for (over
14431443

14441444
Example: 100
14451445

1446+
1447+
`OctopusShouldFailDeploymentOnSubstitutionFails`
1448+
1449+
If set to "True", the deployment will fail if any variable substitution fails. This variable was added in Octopus 2025.1.0.
1450+
1451+
Example: True
1452+
14461453
`Octopus.Action.PowerShell.CustomPowerShellVersion`
14471454

14481455
If specified, Windows PowerShell scripts will be invoked using `PowerShell.exe -version {Version}` where {Version} is the value you specified. Accepted values are *2.0*, *3.0*, *4.0, 5.0*.<br/>PowerShell Core scripts will be invoked using the installed version of PowerShell core which matches the specified value. The value must match one of the directories contained within `%PROGRAMFILES%\PowerShell`. Example values include *6* and *7-preview*.

0 commit comments

Comments
 (0)