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.
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.
Regards,
Syahrul
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.