With the new branch support in Bamboo 4.1 a plan can have multiple branches. Looking at https://confluence.atlassian.com/display/BAMBOO/Using+global%2C+plan+or+build-specific+variables however it seems there is no variable that contains the branch name.
Is there a way to access the branch name via variables? I am using the Tomcat Deploy Taks and would like to deploy the application to a different application context depending on the branch name.
I think there is no one-for-all variable to access the branch name in 4.1 - I think that feature is scheduled for 4.2, but I'm not 100% sure.
However, if you're using for example GitRepository (as your default repository in Bamboo plan), then I think you could utilize GitRepository-specific variable for branch:
What repository type are you using?
Cool thanks, ${bamboo.repository.git.branch} works fine though it doesn't seem to be documented.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm trying to use this ${bamboo.repository.git.branch} variable in 4.0, but it doesn't seem to work. Are my findings accurate? |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm trying to use this ${bamboo.repository.git.branch} variable in 4.0, but it doesn't seem to work. Are my findings accurate?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the info , I am trying to add this ${bamboo.repository.git.branch} in notificationCommontext.ftl . But not working, Can you guys please guide me where to add this variable ?
I want to see branch name in thw notification header in the email. Is it possible in bamboo ?
Thanks in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Latha,
Hm... I think this is quite different use-case - Bamboo variables aren't auto-expanded in the notification ftls. I think you should raise your problem as a separate question on answers.atlassian.com - here it might become lost.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Radoslaw,
You are right, my bad. I found this improvement request (https://jira.atlassian.com/browse/BAM-11660) that was implemented in 4.2.
Please let me know if you have any further questions or concerns.
Cheers,
Armen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The configuration of checking out from SVN repository is different (you just use the branch name in the URL: http://blog.evanweaver.com/2007/08/15/svn-branching-best-practices-in-practice/) from that for Git, and the plan branching feature is not implemented for SVN yet. You can work around it by defining a custom plan variable and use that to get the SVN branch name in your tasks.
Cheers,
Armen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually SVN branching is already implemented in version 4.2.
http://blogs.atlassian.com/2012/08/bamboo-4-2-git-branches-jira-issues/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Radoslaw,
You are right that Bamboo creates new directory for each Bamboo branch and adds an integer to the name starting from 0. However, the best way would be using ${bamboo.repository.git.branch} variable. I tried it in Bamboo version 4.2, and it worked just fine. I have created a new task (https://jira.atlassian.com/browse/BAM-12129) to update the documentation (https://confluence.atlassian.com/display/BAMBOO/Using+global%2C+plan+or+build-specific+variables). If you are using an older version, try to upgrade your Bamboo instance as there are also many improvements and bug fixed in 4.2 related to Bamboo branches.
Cheers,
Armen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Everything would be perfect, but I am using SVN not GIT :-) Will the same bamboo.repository.svn.branch work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Looking at the Artifacts path, bamboo is putting the wars inside $plankey-$planX-$buildNumber
where X looks like the branch number (but not id, just integer counting from 0). Is that correct?
Do branches have their own Plan Key ? or anything else that can be pulled from Bamboo to distinct which branch is being built inside maven pom file?
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.