How to create multiple SVN repositories with a single credential
Purpose
Since Shared Credential is not supported for Subversion repository yet BAM-18088 - Getting issue details... STATUS , it will be time consuming to update password for all Subversion repositories in Bamboo if there is a changes.
Solution
Create a Linked Repository that can be used in all Plans.
Create a Linked Repository with the following Repository URL format that use Bamboo Variable:
http://SVN_SERVER_URL/${bamboo.repo.name}
- Use this Linked Repository in all Plans
- Create Variable Name
repo.name
with repository name or path as the Value at eachPlan Configuration > Variables