The build setup running longer than expected

Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.

Summary

This article talks about the scenario when the build setup is running longer than expected

Solution

Possible causes:

  • The repository or the image build size is too large

Troubleshooting Steps:

Try to clone the repository and pull the image locally and observe the time taken. Is the time taken similar to its taking on the Pipeline?

Command to pull the image: docker pull [OPTIONS] NAME[:TAG|@DIGEST]

Command to clone the repository:

Clone over HTTPS

1 $ git clone https://username@bitbucket.org/teamsinspace/documentation-tests.git

Clone over SSH

1 $ git clone ssh://git@bitbucket.org:teamsinspace/documentation-tests.git

YES

NO

Updated on March 26, 2025

Still need help?

The Atlassian Community is here for you.