Versions Compared

Key

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

...

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 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.

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 failureThe stage will fail which in turn fails the build.

Ignore warnings

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

...