9

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.

K2xL
  • 9,730
  • 18
  • 64
  • 101

1 Answers1

18

It works for me do It like this:

It's bamboo.planRepository.branchName not bamboo.repository.branch.name

Configuration

And it will output this in the log:

Log1 Log2

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