Bamboo 3.4 : Disabling or Deleting a Plan

Bamboo allows you to disable or delete Plans/Jobs that you don't want to be built:
  • Disabling a Plan/Job prevents it from being built. Disabling a Plan prevents Bamboo from submitting that Plan to the build queue. Disabling a Job prevents Bamboo from building that single Job within a Plan, allowing the rest of the Plan's Jobs to be built. You can re-enable the Plan/Job, if you want to build it again.
     
    For example, if a Plan's/Job's latest build is broken and cannot be fixed quickly, you may want to disable it to temporarily stop the Plan/Job from being built.
     
  • Deleting a Plan/Job removes it completely from your Bamboo system. You will need to recreate the new Plan/Job from scratch, if you want to build it again.
     
    For example, if a Plan/Job is no longer relevant, you may want to delete it.

Disabling a Plan

To disable a Plan:

  1. Navigate to the desired Plan, as described in Configuring a Plan.
  2. Click the 'Actions' dropdown and click 'Disable Plan'. The plan will be disabled.

Deleting a Plan

Deleting a Plan deletes everything related to that Plan, including the Plan's configuration, all of the Plan's Job configurations and the Plan's Job build results, artifacts, labels and comments.

Before you begin:

To delete a Plan:
There are two ways to delete a Plan:

  • From the Dashboard:
    1. Navigate to the desired Plan, as described in Configuring a Plan.
    2. Click the 'Actions' menu (at the right of this page) and select the 'Delete Plan' menu option.
  • Via the Administration Console:
    1. Click the 'Administration' link in the top navigation bar.
    2. Click the 'Remove Plans' link in the left navigation column.
    3. This will display a list of all plans in your Bamboo system. Select the check-box for the plan you wish to delete.
    4. Click the 'Delete' button at the bottom of the list.
    5. You will be prompted to confirm your deletion.

Screenshot above: Deleting Plans via Bamboo's Administration Console

Related Topics

Configuring a Plan
Exporting Data for Backup
Stopping an Active Job Build