Mercurial Integration (BitBacket) with TeamCity

I use Bitbucket as well as Mercurial. I want to integrate TeamCity with this setting.

I created a public key and a private key.

I can use this command on my build server:

hg clone ssh://hg@bitbucket.org/companyname/projectname

and it works great.

But when I do the configuration on Teamcity, it just creates an empty folder, and it does not work and does not cause an error.

mercurial.ini file

[ui]
ssh = "C:\Program Files\TortoiseHg\TortoisePlink.exe" -ssh -2 -i "C:\Program Files\TortoiseHg\PrivateKey.ppk"
+4
source share

Source: https://habr.com/ru/post/1539460/


All Articles