Hi All,
Is it permitted to use Gitlab repos as part of Build plans. I tried registering a gitlab repo using SSH key authentication, but for some reason, its not accepting the URL format.
I also tried : git+ssh://[user@]host.xz[:port]/path/to/repo.git and
git+ssh://user@]host.xz/path/to/repo.git
I get error: public key authentication failed. I am able to clone the specific Gitlab repo using ssh endpoint. So, I know that my keys are fine. It could be also the way gitlab specifies the repo URL vs how bamboo needs it.
Anyone who has tried something similar? Would appreciate your input.
Thanks a lot.
-Olavo