The instructions on this page describe how to configure a CVS source repository for either a Plan or a Job.

On this page:

Configuring a CVS Source Repository

Navigate to the source repository settings for a Plan or Job, as described on Specifying the Source Repository for a Plan. Choose to add a new or edit an existing repository and select CVS in the Source Control drop-down. 

CVS gives you the following options:

CVS Root

Type the full path to your CVS repository root (e.g. :pserver:me@cvs.atlassian.com:/cvsroot/atlassian). Bamboo supports pserver, ext (ssh) and local repository access methods. Note that you can use global variables in this field (see Using Global, Plan or Build-specific Variables).

(info) If you are importing a Maven 2 Project, this location should contain your project's pom.xml file.

認証タイプパスワードChoose this option if you want to authenticate with a username and password.
ssh

If you choose to authenticate via SSH, you will have to provide the following details:

Private Key — The absolute path of your SSH private key
Passphrase — The passphrase for your SSH private key

Quiet Period

This setting is used to avoid starting a build while someone is in mid-checkin. Bamboo will only initiate a build for this plan when no more changes are detected within the Quiet Period following the last known change. Type the number of seconds Bamboo should wait. Please note that this parameter is mandatory for CVS, as CVS allows partial checkouts. 

 (Only available when configuring an existing Plan) 

Module

Type the name of the CVS module that contains the source-code.

(info) Currently Bamboo has limited support for CVS ampersand modules. To use an ampersand module, you will need to define a regular module with the same name as the ampersand module (since Bamboo expects there to be a directory with the specified checkout module name). For example:

  1. Create a module (e.g. allbuilds).
  2. Define an ampersand module with the same name. (The ampersand module can be empty.)
  3. In the 'Module' field, enter the following: allbuilds allbuilds &project2 &project2 &project3
Version of module

You can choose HEAD or a specific Branch/Tag. If you choose Branch/Tag, you will have to provide the name of the branch or tag.

(info) Note that you can use global variables in this field (see Using Global, Plan or Build-specific Variables).



Screenshot above: Source Repository — CVS

注意

関連トピック

Specifying the Source Repository for a Plan
Specifying the Source Repository for a Job