This page describes how to create a stage in a plan. Stages group (or 'map') jobs to individual steps within a plan's build process. For example, you may have an overall plan build process that comprises a compilation step, followed by several test steps, followed by a deployment step. You can create separate Bamboo stages to represent each of these steps.A stage:
Each new plan created in Bamboo contains at least one stage (for the default job) and is known as the 'Default Stage'. Stages can only be configured by Bamboo administrators. |
To create a stage within a plan:
- Navigate to the stages for a plan, as described in Using stages in a plan.
- Click Configuration in the left navigation panel and then Create Stage on the right. The 'Create a new Stage' dialog will appear.
- Complete the form and click Create. For information about manual stages, see Configuring a stage (About manual stages).
- (optional)You may want to do one or more of the following with your new stage:
- Order your new stage in the list of stages, by dragging and dropping it.
- Create a new job to your new stage.
- Move a job from another stage to your new stage by dragging and dropping the job.
Note that you may break artifact dependencies by moving stages, or by moving jobs between stages. Bamboo will warn you, if a dependency will be broken by moving a stage or a job.
Screenshot: Creating a stage