This question is in reference to Atlassian Documentation: Linking to source code repositories
When I tried to test connection for SVN, it always fails. Is the testing performed through Bamboo cloud, or one of my Bamboo remote agent?
If it is through Bamboo cloud, does that mean I have to setup reverse proxy for SVN to allow external access?
If Bamboo agent (also behind the same firewall) have access to SVN server, can I ignore the test connection error and just proceed?
Hello @Anthony Zhang,
You need to configure your SVN repo to be available from Bamboo Cloud instance. Bamboo pings repositories for changes so it requires direct access to you repo
Thanks Alexey.
Going back to the original questions, is this the correct understanding?
>>When I tried to test connection for SVN, it always fails. Is the testing performed through Bamboo cloud, or one of my Bamboo remote agent?
The testing is from Bamboo Cloud.
>>If it is through Bamboo Cloud, does that mean I have to setup reverse proxy for SVN to allow external access?
Yes, SVN must be accessible from Bamboo Cloud.
>>If Bamboo agent (also behind the same firewall) have access to SVN server, can I ignore the test connection error and just proceed?
Error must be corrected.
One last point for clarification, are both Bamboo Cloud and remote agent requires to access to SVN?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, both Bamboo Cloud and remote agent require access to SVN repo. When you start build manually, Bamboo tries to get changes from repo before executing build. If it fails to connect to repo it will not start build.
If you believe your repo should not be available from outer world you need to switch to Bamboo Server
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.