Pushing from bamboo to a branch with permissions set?

Bjørn Westblad October 10, 2016

This question is in reference to Atlassian Documentation: How to push to repository under SSH protocol using Script task

This solution works fine, as long as "Everyone" can push to the branch in question.

What if the branch is configured with permissions, allowing only certain users to push to the branch?

1 answer

0 votes
Bjørn Westblad October 11, 2016

I managed to solve it, finally.

Solution:
1. Created a new user in Stash
2. Created a new pair of ssh keys on the bamboo server
3. updated ~/.ssh/config with the new private key
4. Added the public key to the new user in Stash
5. Gave the new user permission to push to the branch
6. Made sure git (AND the maven-release-plugin) uses the repo host based on the ssh config

et voila, that worked.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events