Skip to content

Commit

Permalink
Add doc for system variable OctopusShouldFailDeploymentOnSubstitution…
Browse files Browse the repository at this point in the history
…Fails (#2618)

* Add doc for system variable OctopusShouldFailDeploymentOnSubstitutionFails

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

Co-authored-by: Ben Pearce <[email protected]>

---------

Co-authored-by: Ben Pearce <[email protected]>
  • Loading branch information
HuyPhanNguyen and benPearce1 authored Jan 31, 2025
1 parent 689cc3d commit 5f7ced6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/docs/projects/variables/system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,13 @@ The amount (in megabytes) of available free disk space we should check for (over

Example: 100


`OctopusShouldFailDeploymentOnSubstitutionFails`

If set to "True", the deployment will fail if any variable substitution fails. This variable was added in Octopus 2025.1.0.

Example: True

`Octopus.Action.PowerShell.CustomPowerShellVersion`

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*.
Expand Down

0 comments on commit 5f7ced6

Please sign in to comment.