How can I get the branch name in a script for a deployment plan in bamboo? The variables listed in the documentation show that we can use bamboo.repository.branch.name
, but that doesn't seem to work in a deployment plan.
Asked
Active
Viewed 1.0k times
1 Answers
18
It works for me do It like this:
It's bamboo.planRepository.branchName
not bamboo.repository.branch.name
And it will output this in the log:
I'm using bamboo 5.7, and if it doesn't work, it's probably because of this issue.

bhathiya-perera
- 1,303
- 14
- 32