Unity Cloud build default port 22

Hi, i have a personal git server and i can clone it fine with [quote]
git clone ssh://git@mydomain:32222/home/git/project.git
[/quote]

but when i put git@mydomain:32222/home/git/project.git in Unity cloud build, i get the message

connect ECONNREFUSED myip:22

So how can i make Unity cloud build use port 32222 ?

Try explicitly adding ssh:// to the url in Unity Cloud Build.

1 Like

Thanks, @dannyd . I forgot it but now it works !