Teamcity Server hg ssh
Hi I am running the teamcity-server 2018.1.1 docker image. I am trying to get ssh authentication working with hg (Mercurial). I should be able to set this up the same ways as the git configuration with ssh. As in we specify the pull url and the which key to use.
Can we have a detailed how to set this up especially using the docker container.
Thanks
David
Please sign in to leave a comment.
I'm afraid this isn't possible directly so far: https://youtrack.jetbrains.com/issue/TW-40814
The current option is to modify the files in the docker image, then save that as a new image and use that instead of the official image. I'm afraid there is no workaround for that.