プランのステージの使用
Stages group (or map) jobs to individual steps within a plan's build process. For example, you may have an overall build process plan 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.
ステージとは:
- By default has a single job but can be used to group multiple jobs.
- ジョブを並行して複数のエージェント (ある場合) 上で処理します。
- Must successfully complete all its jobs before the next stage in the plan can be processed.
- 後続のステージで使用できるアーティファクトが生成されることがあります。
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.
このページの内容
Types of stages in Bamboo
Normal stage
The normal stage must successfully complete all its jobs before the next stage in the plan can be run. If a normal stage is not run successfully, the following normal stage can't be run.
Manual stage
A user has to trigger this type of stage manually to run it.
Final stage
The final stage is run regardless of whether previously run stages were successful or not.
Find, create, edit, and delete a stage
最終更新日 2022 年 4 月 11 日
Powered by Confluence and Scroll Viewport.