Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding more information about the behaviour of manual interventions #2580

Merged
merged 4 commits into from
Dec 3, 2024

Conversation

sburmanoctopus
Copy link
Contributor

@sburmanoctopus sburmanoctopus commented Dec 2, 2024

Background

It was observed that our docs do not make it clear what should happen when a manual intervention is aborted.

What Octopus Deploy does, is that it treats that like any other failure, and then proceeds to evaluate the run conditions of subsequent steps. So if a step is setup to run on a previous step failing, then it will run.

This PR aims to help specify this behaviour so it is more clear to our customers on how manual interventions should behave.

Example

We added a sample to the docs on the Octostache variable that you could use to control steps with variable conditions.

This sample was tested, and here are the results:

The configured variable:
image

A deployment where we aborted the manual intervention:
image

A deployment where we proceeded with the manual intervention:
image

Copy link
Contributor

@steve-fenton-octopus steve-fenton-octopus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes it super clear!

@sburmanoctopus sburmanoctopus merged commit e67bc49 into main Dec 3, 2024
4 checks passed
@sburmanoctopus sburmanoctopus deleted the manual-intervention-clarification branch December 3, 2024 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants