Hi,
I have multiple repos in my workspace. Recenlty I created a new repo for Android and pushed the code.
But I'm unable to see pipeline section on bitbucket. The loader loads on section and then nothing happens.
I'm using free plan for just testing out this and this includes 50min of build time for a month.
Can anyone help me out what to do?
Hi, @yuri4031! Welcome to the community!
Could you please confirm if Pipelines is enabled in this repository? In order to check that, you can access Repository settings > under PIPELINES section, open Settings:
If this is already enabled, you may have been affected by a bug in which the Pipeline wizard no longer appears:
If that’s the case, as a workaround, you can manually create a bitbucket-peipelines.yml on your main directory and add the following dummy steps to start your first pipeline:
# This is an example Starter pipeline configuration
# Use a skeleton to build, test and deploy using manual and parallel steps
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: atlassian/default-image:2
pipelines:
default:
- parallel:
- step:
name: 'Build and Test'
script:
- echo "Your build and test goes here..."
Once created, you will be able to select "edit" to see the list of the available templates and you can click on any of them, it will automatically remove the old one and replace it with the template.
Please let me know how it goes and feel free to correct me in case I have misunderstood something here.
Kind regards,
Caroline
Hi, it was chrome's issue, maybe because of some plugin/extension.
Ran it on a different browser and now I could see the pipelines page and the relevant settings.
Thanks for your reply.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @yuri4031!
Thanks for sharing this information here, I'm glad to know it is working now! :)
Kind regards,
Caroline
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.