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
Are there any working examples of Shared pipelines as the one here does not work.
https://support.atlassian.com/bitbucket-cloud/docs/share-pipelines-configurations/
I am getting this error:
There is an error in the imported bitbucket-pipelines.yml file. The error is at [line 3, column 12]. Mapping values are not allowed here
On shared:
Hi Andrew,
I believe the error occurs because there is no space between export: and true.
Could you please adjust it like below and let us know if the pipeline runs then?
export: true
I will reach out to the documentation team to fix the example.
Kind regards,
Theodora
@Theodora Boudale I also notice that, but please have a look at the official example! There is no extra space in that example, either. If this is the solution, then the doc should be updated, too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Aron,
Yes, I saw that the official example is incorrect, which is why I said I would reach out to the documentation team to fix it. :)
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.
Thanks both that got me further. I am now struggling to work out how to have import and steps working beside each other. where I am importing to is below:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Andrew,
What you are trying to do is not possible, you cannot have an imported pipeline with additional steps.
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.
Thanks Theodora, I raised with support and got the same answer. Makes this very limited and a all or nothing type solution, great start though and looking forward to seeing improvments.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome, Andrew. We have a feature request for the ability to export and share individual steps (and also combine an imported step with a local step):
You can add your vote and feedback to this feature request to express your interest.
Please feel free to reach out if you need anything further.
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.
You may want to show also the other pipeline where you import and reuse it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.