Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

bamboo still using jsch???

roy_lyons
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 7, 2012

So I updated both the "ssh" and "git" capabilities on my 3.4.4 server to point to the local binaries. What seems goofy to me is that I am still getting "auth fail" from jsch on my plans... we control which key is used through .ssh/config and it is working just fine from command line.

I suppose I would like to understand what circumstances would cause Bamboo to ignore my defined executables and fall back to its java implemented roots...

2 answers

1 accepted

0 votes
Answer accepted
Przemek Bruski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 7, 2012

Even when a native git capability is defined, Bamboo uses jgit for some operations - for example checking the remote tip hash. You still have to define the authentication data properly inside Bamboo to work with your Git repository, making it work from the command line is not sufficient.

roy_lyons
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 7, 2012

Ahh, very interesting. I think that this might be a design issue then... I will submit a feature request to allow for full native binary usage (optional elimination of jgit). This will allow us to also define other ssh options, such as ConnectionAttempts...

0 votes
roy_lyons
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 7, 2012

$ ssh -V

OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008

$ git --version

git version 1.7.2.3

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events