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
Recently we migrated to Bitbucket and started writing pipelines.
I googled and understood that 'Anchors' in pipelines are used to avoid code-redundancy in pipeline.
Example anchor
definitions:
steps:
- step: &build-test
name: Build and test
script:
- maven package
artifacts:
- target/**
Is there any way that I write the 'Anchor' in a common-location and call is across multiple pipelines?
Hi @sureshbabu_a,
Anchors can be used in multiple pipelines of the same repo, but not across different repos at the moment.
We have a feature request for reusable CI workflows that is on our roadmap for Q2 2023:
This is tracked in the following feature request:
And you can see here the latest update that was posted 5 days ago by one of our product managers:
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.