[Bamboo Cloud docs]
[Bamboo Knowledge Base]
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.
A job:
Each new plan created in Bamboo contains at least one job known as the 'Default Job'.
Projects and plans can only be configured by Bamboo administrators (see Creating a plan).
Tasks may make use of an executable if required. Tasks are configured within the scope of a job. 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, check out source repositories, or execute a script.
Final tasks for a job are always executed, even if previous tasks in the job failed.
Screenshot: Configuring tasks for a job