You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hey Community !!
Im new in Bitbucket Pipelines, now want to setup a simple pipeline to deploy my code to the remote server. What I did:
There are 2 issues Im facing right now:
And this is my .ym file:
Can you please help me to figure out what Im doing wrong here, and how can I fix the issue. I could not find any useful info to fix the issue
Thanks,
Arthur
Hello @Arthur Harutyunyan ,
Thank you for reaching out to Atlassian Community.
The fetch fingerprint usually fails when bitbucket is being blocked to access your server because of a firewall.
In this case, could you please make sure that :
You can also execute the below commands both locally and in the pipelines to check if there's any connection issue between the pipelines infrastructure and your ssh host :
nmap -v -Pn <IP ADDRESS of the host> -p 22
ssh-keyscan -t rsa <IP ADDRESS of the host>
Hope that helps! Let me know in case you have any questions or run into any issues.
Thank you, @Arthur Harutyunyan .
Kind regards,
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.