Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Stop Action action lets you stop a Stage and/or a Build.

...

Stop

Image RemovedImage Added

Name

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.

Ignore warnings

If this is ticked, any warnings logged will not mark the action with a warning status.

Stop

Image Removed

Stop

Stop

Stage as success

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.

Stage as failure

...

The stage is stopped and marked as completed successfullya failure. If  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.

Build as success

The build is stopped and marked as completed successfully.

Stage and build as failure

Build as failure

The build is stopped and marked as a failure.

Ignore warnings

If this is ticked, any warnings logged will not mark the action with a warning statusThe stage will fail which in turn fails the build.