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.
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.