The Stop action lets you stop a Stage and/or a Build.
A friendly name for this action (will be displayed in the actions workflow area).
Determines if this action will be run within the relevant stage.
The stage is stopped and marked as completed successfully. If it is not the final stage then the stage gate will be evaluated and, providing the gate conditions are met, the next stage is executed.
The stage is stopped and marked as a failure. If it is not the final stage then the stage gate will be evaluated and, providing the gate conditions are met, the next stage is executed.
Note that the default gate conditions include the condition '$Stage.IsSuccessful$ Equals True'. Remove this to continue to the next stage without failing the build.
The build is stopped and marked as completed successfully.
The build is stopped and marked as a failure.
If this is ticked, any warnings logged will not mark the action with a warning status.