Forums

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

I am unable to enable the pipeline as pointer is spinning for endless time

Vik October 20, 2021

I am unable to enable the pipeline as pointer is spinning for endless time

1 answer

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

Hi, @Vik!  

Thank you for reaching out to Atlassian Community!

Could you please confirm which pointer is spinning for endless time? We do have an open bug related to enabling pipelines in a repository and you might be being affected by this.

You can check the bug here:

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 if this is the problem and feel free to correct me in case I have misunderstood something here.

Kind regards,
Caroline 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events