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
Is it possible to create a pipeline template in Bitbucket and enforce its use across all projects, and if so, how can this be achieved?
Hi Oguz!
If you're on the Premium plan, we recently released Pipelines configuration sharing. You can find more details on the following documentation page:
You could use this if you want to execute the exact same pipeline in multiple repos.
Please keep in mind that this cannot be enforced, meaning that someone with write access to the importing repo could edit the bitbucket-pipelines.yml file and remove the imported pipeline.
In the exporting repo, the definition export: true needs to have a space between export: and true. This is not the case in the first example of our documentation, and it has already been raised with the documentation team.
Please feel free to reach out if you have any questions!
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.