Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to see pipeline section on bitbucket

yuri4031
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 4, 2021

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?

Screenshot 2021-10-04 at 4.56.01 PM.png

1 answer

1 accepted

0 votes
Answer accepted
Caroline R
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 5, 2021

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:

Screen Shot 2021-10-05 at 4.23.54 PM.png

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 

yuri4031
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 5, 2021

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.

Like Caroline R likes this
Caroline R
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 5, 2021

Hi, @yuri4031

Thanks for sharing this information here, I'm glad to know it is working now! :) 

Kind regards,
Caroline 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events