You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Stages

A stage contains a series of Actions to be executed and represents one step in the workflow process of a Configuration. Each Stage has Stage Options which define a list of conditions which must be met before the Stage can execute. For example, a requirement for a stage might be that the Agent it runs on must have a .NET version of 4.0 or later. Stage Options also allow the user to specify if the stage needs source code to run or if it automatically continues to the next stage. Stages also have Stage Gates which are a list of condition executed after the stage has run. If all stage gate conditions are met then the next stage will execute. 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

 

  • No labels