This is the documentation for Bamboo 5.5. View this page for the

Unknown macro: {spacejump}

of Bamboo, or visit the latest Bamboo documentation.

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

Disabling a job

To disable a job:

  1. Navigate to the job configuration, as described on Configuring jobs.
  2. Choose Actions > Disable Job.

Deleting a job

Deleting a job deletes everything related to that job, including the job's configuration, build results, artifacts, labels and comments. However, everything else related to the job's plan, and this plan's other jobs, is retained by Bamboo.

Before you begin:

  • The 'Admin' global permission is required to delete a job.
  • A job that is currently being built cannot be deleted. If you need to delete such a job, stop the plan's build first. Refer to Stopping an active build for more information.
  • If you need to keep a permanent record of your job's build results, see Exporting data for backup.

     

To delete a job:

  1. Navigate to the job configuration, as described on Configuring jobs.
  2. Choose Actions > Delete Job.
  • No labels