I'm hosting Bamboo on Windows. I want to get a project from GIT and build.
Now the get source step works OK with the default GIT. :-)
However I need to use the "GIT capability" because I need submodule support. :-o
But when I add the GIT capability to the Agent to point to "C:\Program Files (x86)\Git\bin\git.exe" which is the msysgit git then the job will run indefinitely. It hangs at the point of trying to get the source.
:-(
Infact the only way to get the agent back so I can run another job is to restart the service.
:-( :-(
I am able to use git locally and clone the repo on the command line from the server hosting Bamboo.
:-|
----
Notes:
Git installed from: http://code.google.com/p/msysgit/downloads/detail?name=Git-1.7.10-preview20120409.exe&can=2&q=full+installer+official+git
The article that suggested I use a capability: http://blogs.atlassian.com/2011/12/bamboo-34-git-submodules-ec2-windows/
There is currently bug report open that sounds like the problem you are experiencing. I've also contacted our support engineers who will be in touch with you to try to get to the bottom of this problem.
Thanks James - tell them to feel free to call me. I also suspect that it could be the "proxy-SSH fingerprint host key checking" as this is a step that on the command line I had to say YES to (although only once).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try changing the protocol that you use for git - http, ssh.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the suggestion. Http is not available. I am using ssh at the moment. How would this help anyway. I am able to connect to ssh from the box within the GIT BASH tool, so why shouldn't Bamboo be able to do the same using the same toolset?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.