You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Given the fix shortPlanName contains branch name for plan branches.
${bamboo.shortPlanName}
This variable no longer prints out the bamboo plan branch name. This fix i support however there does not appear to be a directory replacement. How do we now get the build branch name?
Note, I know we can use the vsc branch name but in the case where the build branch was set up manually and does not reflect the vsc branch name, there does not appear to be an alternative?
Am i missing something?
Related question
https://community.atlassian.com/t5/Bamboo-questions/Bamboo-PlanName-from-feature-branch/qaq-p/1186487
You are correct, after some tests, I realized that we don't have a variable to provide such information directly.
I've created a feature request to add a new variable for this:
We only have a partial workaround for a Linux (Unix like) script task.
bamboo_planBranchName = ${bamboo_planName##* - }
Please let me know your comments on this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome!
Thank you for voting on that feature request.
Have a good one!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.