For details, please refer to the following pages (see Notes below):

On this page:

Navigating to the Source Repository Settings for a Job

To navigate to the source repository settings for a Job:

  1. Click Dashboard and then the All Plans tab.
  2. Locate the Plan in the list which contains the Job you wish to configure and click the Plan's name. The Plan's 'Plan Summary' page will be displayed.
  3. Locate the Job in the 'Plan Navigator' on the left and click the name of the Job. The Job's Summary will be displayed.
  4. Choose Actions > Configure Job.
  5. Click the Tasks tab to display the repository settings for your Job.
  6. Locate the Source Code Checkout task. (Note that this may not be present in your Job configuration if it has been explicitly removed by the user.)

Configuring the Source Code Checkout Task

Bamboo uses the Source Code Checkout Task to checkout repositories into the working directory on the agent.

Using this Task it is possible to:

To add a new checkout task:

  1. Select an existing Source Code Checkout Task in the Task list or add a new one using the Add Task button.
  2. Click Add Repository at the bottom of the Task screen
  3. Select the desired Repository from the Repository list (If you wish to add more repositories to this list, they must be defined on the Plan's Source Repositories configuration)
  4. Specify a Checkout Directory where the contents of the selected repository will be checked out to when the Task executes
  5. Click Save

Screenshot: Configuring a Job — Subversion Source Repository

Notes