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,
I am trying to setup bitbucket pipelines to deploy code on PR merges.
I already did it for one project without a problem but the SSH Port for this projects server is the default 22 one.
For the new project however I have another non-standard SSH port which seems to give me errors. I already checked that I can execute the very same command locally without a problem but as soon as pipelines executes it, it fails. My guess is that the port is simply blocked by bitbucket?
The error I get when trying to do an rsync:
rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error: unexplained error (code 255) at io.c(226) [sender=3.1.2]
Hi Ahmad,
Under your Repository settings > Pipelines > SSH Keys you can add a host address with a specific port using this syntax
address:port
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.