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.
I have tried so many things to achieve the merge-base(to get the common git commit) in the bitbucket-pipelines. As the pipeline fetches the single branch while running a step, I am able to find out a way to achieve the merge-base the feature branch with my dev branch. I even tried to do "git fetch origin dev:refs/heads/dev" and then git checkout dev and then look for the commit IDs. It all works fine but as soon as I do something like "git merge-base feature/US-002 dev" or git merge-base HEAD dev" or "git merge-base $(git rev-parse HEAD) ${git rev-parse feature/US-002), these all fails. Please let me know how I can achieve the same?
It's working now by using the depth: full. As the clone was happening only for 50 commits the merge-base was failing.
Hi everyone, We are looking to learn more about development teams’ workflows and pain points, especially around DevOps, integrations, administration, scale, security, and the related challeng...
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.