Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,498
Community Members
 
Community Events
184
Community Groups

Pipeline gets stucked at pulling from repository

Edited

Hi!

I created an automatic deploy with bitbucket pipelines. Process works but it gets stuck forever at the end pulling from the remote repository and throwing no errors.

Captura de pantalla 2022-11-05 a las 13.08.42.png

1 answer

1 accepted

0 votes
Answer accepted
Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Nov 06, 2022

Hey @GedBitcucket 

Welcome to the community!

It's hard to troubleshoot without an error log, so I suggest you use the following git verbose commands to get more logging:

If you use HTTPS:

GIT_TRACE_PACKET=1 GIT_TRACE=1 GIT_CURL_VERBOSE=1 <git command_here>

If you use SSH:

GIT_TRACE_PACKET=1 GIT_TRACE=1 GIT_SSH_COMMAND="ssh -vvv" <git command>

These commands will generate more verbose commands that you can use to identify why the commands froze. 

Cheers,
Syahrul

 

Thanks @Syahrul

Finally I saw the issue. A passphrase prompt was launched after git pull command in my deploy script. So I used sshpass in order to detect it and give automatic response :)

Like Syahrul likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events