CVS

Still need help?

The Atlassian Community is here for you.

Ask the community

Starting from Bamboo 7.1, CVS repositories are not supported anymore.

This page describes how to configure Bamboo to use a Bitbucket repository.

You can specify repositories at the following levels in Bamboo:

  • global – repositories are available to all plans in Bamboo.
  • plan – repositories are available to all jobs in the Bamboo plan.
  • job – repositories are available to all tasks in the Bamboo job.

The recommended approach is to set up linked source repositories at the global level – see Linking to source code repositories.

Configure a CVS source repository

  1. Navigate to the repository configuration for a linked repository, plan or job. See Linking to source code repositories.
  2. Either select Add repository to add a new repository, or edit an existing repository configuration.
  3. Select CVS from the Source repository list.
  4. Enter a Display name to help identify the repository in Bamboo.
  5. You can configure the following settings for a CVS source repository for your plan:

CVS Root 

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 Bamboo variables).

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

Authentication type 

  • Password – choose this option if you want to authenticate with a password.
  • SSH – if you choose to authenticate using SSH, you need 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 
The version of the module that Bamboo should build:

    • HEAD
    • Branch/Tag – supply the name of the branch or tag.

(info) Note that you can use global variables in this field (see Bamboo variables).


Advanced Options

Include/Exclude files
Allows you to specify the files that Bamboo should, or should not, use to detect changes.

Enter into File pattern a regular expression to match the files that Bamboo includes or excludes. The regex pattern must match the file path in the repository. See include/exclude files examples.

Exclude changesets
Enter a regular expression to match the commit messages for changesets that should not start a build.

Web repository
If your repository can be viewed in a web browser, select the repository type.

This allows links to relevant files to be displayed in the Code changes section of a build result.

Generic web repository

      • Web repository URL – the URL of the repository.
      • Web repository module — the particular repository required for this plan or job, if the Web repository URL above points to multiple repositories.

Stash – specify the following details for the repository:

      • Stash URL – the URL of your Stash (now Bitbucket Server) instance (e.g. https://bitbucket.mycompany.com).
      • Stash project key – the key of the project in Stash (e.g. CONF).
      • Repository name – the name of the repository in Stash (e.g. conf-dev).

See Integrating Bamboo with Bitbucket Server for more information.

Use this option to connect to a Bitbucket Server repository.

Fisheye

      • Fisheye URL — the URL of your Fisheye repository (e.g. https://atlaseye.atlassian.com/ ).
      • Repository name — the name of your Fisheye repository (e.g. Bamboo). This is effectively the alias for your repository path.
      • Repository path — the path for your Fisheye repository (e.g. /atlassian/bamboo/).

See Integrating Bamboo with Fisheye for more information.

How do I determine my Repository Path?

If you have previously run builds with changes from your repository, the easiest way of determining your repository path is to view the code changes and copy the path from the start of the path of one of the changed files, up to (but not including) the appropriate root directory. The root directories for repositories are the ones shown by Fisheye when browsing a repository (e.g. trunk)). For example, if a code change listed /atlassian/bamboo/trunk/bamboo-acceptance-test/pom.xml, the path would be /atlassian/bamboo/.
If you have not previously run builds with changes from your repository, you will need to ask your Fisheye administrator for the repository path indexed by Fisheye.

Last modified on Aug 17, 2021

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.