Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

I want to know about how we can clone a repo using ssh by using script

Albin Thomas May 31, 2016

I can use source-code-checkout plugin in Atlassian bamboo to checkout from Bitbucket cloud. But I'm in a situation where I need to clone using a script. Credentials is an issue. username password are required for a bamboo plan. But how bamboo plugin is doing without credentials. I need a solution to clone and pull using script in bamboo without username and password and without ssh.

1 answer

0 votes
Tim Crall
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.
June 1, 2016

The only way to clone a repo without credentials or ssh would be to make the repo public in the first place.

Alternatively, you can add an ssh key into your source (or a your default repo, I guess) and then supply that to the git commands you run in your script.

This tutorial is on doing "git tag" operations from a bamboo script, but it might be helpful: https://almfirst.wordpress.com/tagging-from-bamboo/

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events