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 have a monorepo setup that contains a set of projects. When start a new release, multiple projects will get released at one time.
That means we will do version bump and tagging for the projects at one time, then we have bbpl configured on the tags that run the release steps accordingly.
But we noticed that the pipeline configured on tags never gets triggered if multiple tags are pushed at one time(6 in my case). I have to manually push the tags in sequence to get the pipeline triggered.
Is there a bitbucket configuration to turn off this constraint?
Hi @Yulong Ruan,
This is by design. Accidentally triggering build pipelines can quickly use up your build minutes. To prevent this, we don’t run any pipelines for pushes that involve more than five tags or branches. See below the section "Push limits":
I'm afraid there is no way to turn this off at the moment. We have a feature request about the ability to opt out of this limit:
I would suggest voting (by selecting Vote for this issue) and commenting on it to give it more weight and further express your interest.
In the meantime, if you push up to 5 tags at a time pipelines builds should run.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.