aragorn ara
aragorn ara

Reputation: 165

Create GIT tags inside Bamboo

I am a completely newbie to the Bamboo. I have repositories stored in GIT and STASH. I am using Bamboo for a build. I am facing an issue while creating git tags in Bamboo before build and pushing it to repositories. Can anyone guide me in right direction?

Upvotes: 1

Views: 1418

Answers (1)

Oleksiy Chystoprudov
Oleksiy Chystoprudov

Reputation: 1145

Look at documentation at https://confluence.atlassian.com/bamkb/how-to-push-to-repository-under-ssh-protocol-using-script-task-747831642.html.

Outcome, Bamboo checkout repo not from Stash directly but from proxy repository. You need to set remote repository inside Script task and perform required operations there.

Upvotes: 1

Related Questions