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.
I am using Bamboo for CI and Bitbucket server(Hosted on Azure Windows 2016 VM) (Privately hosted on Azure Linux VM). I also have added repo and branch in build plan from repository settings. Now when I am running Builds it is failing at very first Source code checkout task intermittently with error as below
error: some local refs could not be updated; try running error git remote prune ssh:// <.git>
where it is fetching all the branches of the linked repository which should not be the case as I am specifically mentioning the branch name to be picked for build.
am I missing something due to which the error is coming randomly