Scenario:
- We have
normal
servers andstandby
servers (usually powered off but ELB may choose to power on them) - We have setup
trigger
to automatically update standby servers whenever they are powered on - We use rolling deployment and as last step of whole rolling deployment process (last child step) we have a
manual intervention step
(manual verification qa process)
The manual intervention step must not be executed for standby servers as they can be powered on any moment (during night) and octopus project trigger should be able to fully deploy without manual intervention step.
Octopus introduced some time ago run condition
based on variable but this is not possible for child step hence my petition.
Related issue: https://github.com/OctopusDeploy/Issues/issues/3096