Hi,
I have a problem with TFS-Git repository. I was trying to select GIT or TFS repository type, but in both cases I have a problem with checking out the source code.
Error response for GIT:(com.atlassian.bamboo.repository.RepositoryException : java.lang.RuntimeException: com.atlassian.bamboo.repository.RepositoryException: url : authentication not supported)
Error response for TFS:
(com.atlassian.bamboo.repository.RepositoryException : java.lang.RuntimeException: com.atlassian.bamboo.repository.RepositoryException: com.microsoft.tfs.core.exceptions.TECoreException: The SOAP endpoint could not be contacted. HTTP status: 404
OR
(java.lang.RuntimeException : com.atlassian.bamboo.repository.RepositoryException: com.atlassian.bamboo.repository.RepositoryException: There is no history for the path .... Probably it doesn't exist.
Hi Krzysztof,
In your case you need to use GIT repository in Bamboo as well. The repos should match:
A sample url for GIT repo in TFS: https://myserver/tfs/defaultcollection/_git/myproject
More about configuring GIT repo in Bamboo: https://confluence.atlassian.com/display/BAMBOO/Git
Note: If you have authentication errors configure Bamboo to use native GIT.
Hi Krzysztof,
Bamboo does not natively support TFS repositories. That support can be found via this third party add-on: https://marketplace.atlassian.com/plugins/com.stellarity.bamboo.tfs-repository-plugin
This add-on is fully supported by atlassian as well. If you are still running into issues using the TFS repo type provided by the add-on please create a ticket at https://support.atlassian.com
Thanks!
Turner
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The problem is that Bamboo does not support NTLM authentication with JGit (which should work).
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.