|
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.
| |
| 認証タイプ | パスワード | 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 | |
| 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.
| |
| 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.
| |

Screenshot above: Source Repository — CVS
Specifying the Source Repository for a Plan
Specifying the Source Repository for a Job