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.
Community moderators have prevented the ability to post new answers.
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/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.