The following pages contain information about configuring jobs and tasks for your Bamboo plans. If you are looking for information about Bamboo builds, please see Working with builds.
ジョブ
ジョブ:
- 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).
タスク
- ソース コードのチェックアウト、Maven 目標の実行、スクリプトの実行、またはテスト結果の解析など、作業の小さな個別の単位です。
- Is run sequentially within a job on a Bamboo working directory.
Tasks may make use of an executable if required. Once a task is defined in the Bamboo system, it can then be specified in jobs by a plan administrator. A job can be configured to execute a number of tasks, on the same working directory. For example, before executing a Maven goal, the user could substitute specific files within the working directory, substitute version numbers, checkout source repositories or execute a script.
スクリーンショット: ジョブのタスクの設定
