Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,558,016
Community Members
 
Community Events
184
Community Groups

difference between BranchName Vs Repository Branch name and how to get the variable name

Edited

what is the bamboo variable for the 

the branch name which is under plan configuration--> repository -->branch name 

 and the branch name which is getting build 

when we use  "${bamboo.repository.branch.name}" we get the branch name that is current being build by bamboo 

how to get the name which is under plan configuration under that  repository section and branch name under that.. 

1 answer

1 vote
DPKJ
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 09, 2020

@Sughosh R  Welcome to the community.

Variable you are looking for should be like this, "${bamboo.planRepository.branchName}"

Have a look at this for more details - https://confluence.atlassian.com/bamboo/bamboo-variables-289277087.html

Both  ${bamboo.repository.branch.name}" and  ${bamboo.planRepository.branchName}"

give the same result 

DPKJ
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 10, 2020

@Sughosh R  Can you try it with position, like this you can replace 1 here to see difference.

${bamboo.planRepository.1.branchName}

@DPKJ    All the below variables give the same value

Write-Host "repository.git.branch--> ${bamboo.repository.git.branch}"
Write-Host "planRepository.1.branchName--> ${bamboo.planRepository.1.branchName}"
Write-Host "repository.branch.name --> ${bamboo.repository.branch.name}"
Write-Host "planRepository.branchName--> ${bamboo.planRepository.branchName}"

DPKJ
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 12, 2020

@Sughosh R  Need to check on that.

Have you read the documentation link that I have given?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events