Currently Subversion is the only VCM allowed for branching and tagging. I'd like to tag git repo when building has completed. Is there a plugin that will allow me to use git? Is there a release plan for adding git? Is the tagging written as a plugin? If so, is it open source that we could contribute to? Thanks!
Is there a release plan for adding git?
Support for other VCSes will be added at some point, but I don't think there's a set date for it yet.
Is the tagging written as a plugin? If so, is it open source that we could contribute to?
It's a plugin called atlassian-bamboo-plugin-vcs, it comes with Bamboo sources, to which you have access to.. It's likely that you won't need to change the plugin itself (at least not much) - instead, you'll need to make some changes in the git plugin (implement interface TaggingAwareRepository on GitRespository class). Git plugin is open source and located here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.