Documentation for Bamboo 4.0.x. Documentation for earlier versions of Bamboo is available too.

A Bamboo job is a single build unit within a plan. One or more jobs can be organised into one or more stages. The jobs in a stage can all be run at the same time, if enough Bamboo agents are available. A job is made up of one or more tasks.

ジョブ:

  • Processes a series of one or more tasks that are run sequentially on the same agent.
  • タスクが実行される順番を制御します。
  • Collects the requirements of individual tasks in the job, so that these requirements can be matched with agent capabilities.
  • Defines the artifacts that the build will produce.
  • 前のステージで生成されたアーティファクトのみを使用することができます。
  • Specifies any labels with which the build result or build artifacts will be tagged.

Bamboo で作成された新しい各プランには、少なくとも 1 つのジョブ含まれています。これは「デフォルト ジョブ」と呼ばれます。

Projects and plans can only be configured by Bamboo administrators (see Creating a plan).

To navigate to a job:

  1. ダッシュボードをクリックし、すべてのプラン タブをクリックします。
  2. Click the latest build in the 'Builds' column, for the plan that has the job. The plan's 'Build Result Summary' page will be displayed.
  3. Click the name of the desired job in the left panel, to see the 'Job Result Summary' page.

 

  • ラベルなし