You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hey,
there are a few pull request related keys:
They are explained here:
https://confluence.atlassian.com/bamboo/bamboo-variables-289277087.html
In our instance they never get set. I tried to access them using the: 'set' or 'export' on the script running in the bamboo build setup but they are not there.
I've also tried to access them using:
echo ${bamboo.repository.pr.sourceBranch} but then I get:
${bamboo.planRepository.integrationBranch.branchName}: bad substitution
Probably related to https://jira.atlassian.com/browse/BAM-13017
What can I do in order to distinguish between:
I have a hunch that all feature branches are treated as potential PRs as creating a PR from a normal branch never would rebuild that source code again.
Hope someone can help me!
Regards,
Joachim Schiele
I am having the same issue, with all your mentioned keys.
We have a specific plan to run linters and code decorators for BitBucket PRs, and while the jobs get created and triggered on PR creation, the metadata doesn't exist.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.