Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

How to configure SVN in a build plan

The configuration guidelines below are for Atlassian Bamboo version 2.1.5 - war. They may not be appropriate for other versions of Bamboo.

Panel

When creating a build Plan, the Source Repository tab requires the selection of a Source Repository. To specify Subversion as the source repository, do the following:

indent
1
1

* From the *Repository:* drop down list, select *Subversion
.In the Repository URL: field, enter the URL to your project.  In this example, the URL is
*.\\
\\
* In the *Repository URL:* field, enter the URL to your project.  In this example, the URL is *svn+ssh://svn.mit.edu/myProject/Common/myApp
.
  • In the Username: field, enter isdasnap.
  • From the Authentication Type: drop down list, select SSH.
In the Private Key: field, enter your private key.
*.\\
\\
* In the *Username:* field, enter *isdasnap*.\\
\\
* From the *Authentication Type:* drop down list, select *SSH*.\\
\\
* In the *Private Key:* field, enter your private key.
indent
1
1
In this example, the private key is *sas.private*.  The full path to the private key is also specified.
You must enter the full path, */usr/local/etc/was/svn*, along with your private key as shown illustrated in the example below.