Versions Compared

Key

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

...

Continua comes with default stage gate conditions which can be summarized as "Continue to the next Stage if there were no Failed or Error'ed Unit Tests".

 

Actions

An action is a single step within a stage that usually performs a very simple task. These actions are the steps that actually perform your build process. Most actions in continua CI act as a wrapper around an executable provided by the user. The built-in actions in Continua CI range from advanced actions like MSBuild, FinalBuilder and Ant to simple actions like copying or deleting a file. Actions can also be of the flow control type which dictate the execution flow of that particular stage. For a full list of actions see Actions Reference.

...