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 documentation at https://support.atlassian.com/bitbucket-cloud/docs/get-started-with-bitbucket-pipelines/ says:
"Click Create your first pipeline to scroll down to the template section."
There is nothing like it anywhere on the pipelines page, all I see is:
"WE COULDN'T FIND ANY PIPELINES THAT MATCH YOUR SEARCH
Try changing your filters"
I don't have any created neither see any button to create one...
Hi @heister82 ,
Did you perhaps enable Pipelines first, from Repository settings > [PIPELINES] Settings?
I see that the guide with the templates no longer shows up in this case.
You can create a pipeline by creating a bitbucket-pipelines.yml file in your repo and configure it as per https://support.atlassian.com/bitbucket-cloud/docs/configure-bitbucket-pipelinesyml/.
If you want to get access to the templates as per the documentation you linked, you can try creating a test repo under your workspace, then go to its Pipelines page and you'll be able to view the templates.
You can then copy-paste any of these templates to the bitbucket-pipelines.yml file of the repo you were working in the first place.
Please feel free to let us know if you have any questions.
Kind regards,
Theodora
I see, so activating pipelines before going to the pipelines tab makes it behave differently.
I ended doing everything manually.
Edit: There is however a lot of issues apparently when editing the yml file on the website, it throws generic errors and doesn't work, I could only setup the pipeline manually commiting the file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Theodora Boudale I had this same issue. You guys need to update your documentation if this button no longer exists, it's been almost 3 years.
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.