|
On this page:
 |
|
|
Creating a Task for a Job
To create a Task for a Job:
- Navigate to the Tasks configuration for the desired Job, i.e.
- Click 'Add Task'.
- Click the desired Task type on the 'Task Types' popup.
- Update the values to configure the Task as desired. The fields displayed will vary depending on the executable chosen. See the following pages for further details:

- Click 'Save' to save your changes.

Screenshot above: Specifying a Task for a Job — Task Types
Ordering Tasks within a Job
Tasks can be designated as Build Tasks or Final Tasks within a Job:
- Build Tasks will run sequentially in the order specified in the Job. If a Build Task fails, all subsequent tests will not be executed.
- Final Tasks will run sequentially, once the build Tasks have completed. Final Tasks will always be executed, regardless of whether any Build Tasks or other Final Tasks fail. Final Tasks will be executed even if you stopped the build manually.
To create a Task for a Job:
- Navigate to the Tasks for the desired Job.
- Drag and drop the Tasks into the desired order in the table on the left. If you want to change a Build Task to a Final Task or vice versa, drag and drop it under the desired header in the table. Your changes will be saved immediately.

Screenshot above: Existing Task — Maven 2
注意
- About the 'Compatibility Task' — The 'Compatibility Task' is created by the Bamboo when upgrading from Bamboo 3.0 or earlier and Bamboo cannot match a builder to a Task. This may occur if you are using a builder enabled by custom plugin. For more information, see the Bamboo 3.1 Upgrade Guide.
- Adding new executables — At least one executable is configured automatically after installing Bamboo. You can add more executables of different types as described in Configuring a New Executable.
- Adding new JDKs — At least one JDK is configured automatically after installing Bamboo. You can add more JDKs as described in Configuring a New JDK.
関連トピック
Creating a Plan
Creating a Job
Editing a Job