I've just started evaluating Stash and Bamboo, as a replacement for a current Git (with Gitosis) and Jenkins setup.
From reading the documentation, etc. it seems that Bamboo requires path to the Git repo, plus a username and an SSH public key to be uploaded for every build plan that's created. With the existing Jenkins setup, we only need to specify the path to the repository, because Jenkins stores an SSH key for a Gitosis user which has access to all repositories. All projects are private and ideally we don't want individual developers (whoever sets up a new Bamboo plan) to have to use their personal user account and SSH key to clone from Git.
Is there any way to achieve the same thing in Bamboo? Either creating a 'bamboo' user in Stash and somehow storing their SSH public key on the Bamboo server (so it doesn't have to be uploaded for each new plan), or making all Stash repositories publically accessible only to Bamboo?
Many thanks in advance!
Rick.
If you are on Bamboo 5.2, you can use 'Shared credentials' feature.
In Administration -> Shared credentials you can define an SSH key. This SSH key will be available as authentication option when configuring Git repositories in Bamboo.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.