The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Bitbucket-pipelines.yml

조민
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!
March 8, 2026

One of our repos won't build. The pipeline just says "Queued" and there is no output in the log panel, just a spinner. 

It built successfully 2 days ago and nothing has changed in the build config. I've tested another repo which is working fine.  I've tried cancelling and rerunning the build, creating a fresh branch etc.

 

3 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 10, 2026

Hey @조민 

Welcome to the community.

Could you please submit a support ticket via our support portal with details about the affected repository, such as the URL and the queuing pipeline build, so we can investigate

Also, if you recently changed any variables, you might need to remove them, as exceeding 120,000 characters in the concatenated string can cause the pipeline to queue.

https://support.atlassian.com/bitbucket-cloud/kb/pipeline-build-failed-with-step-exceeded-processing-limits-and-has-timed-out/

Regards,
Syahrul

0 votes
Aron Gombas _Midori_
Community Champion
March 9, 2026

@조민 

A pipeline stuck in "Queued" status with no log output is usually not related to your bitbucket-pipelines.yml configuration itself.

Try creating a minimal pipeline to isolate the issue:

pipelines:
default:
- step:
name: Test
script:
- echo "Hello World"

If even this stays queued, it confirms the issue is at the infrastructure/account level rather than your build configuration.

0 votes
Kristian Walker _Adaptavist_
Community Champion
March 9, 2026

Hi,

I have clicked the request assistance button to notify Atlassian Support of this request so they can look to answer this question for yourself.

Regards,

Kristian

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events