You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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..
@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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Sughosh R Can you try it with position, like this you can replace 1 here to see difference.
${bamboo.planRepository.1.branchName}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@DPK J 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}"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm happy to announce that Bamboo 7.2 has been released and it’s overflowing with awesome new features. This will be the last major Server release before the launch of Bamboo DC. Bamboo logs We...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.