Reputation: 165
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
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