K2xL
K2xL

Reputation: 10320

Get Branch Name in Bamboo Deployment Plan

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.

Upvotes: 9

Views: 12661

Answers (1)

JaDogg
JaDogg

Reputation: 1313

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.

Upvotes: 18

Related Questions