09 October 2011 CI Team

 

Because of my latest fun with Git I’ve planned to connect it with the CI Tool of my choice. So what do I have to do if I want TeamCity to bring me the latest Sources?

In fact it’s very easy…

In the latest Version of TeamCity (at the moment it’s 6.5) the Git-Client is already installed. It’s not necessary to do some SSH configuration or some magic stuff like that – at least not for taking open repositories only.

image

Important: Instead of declaring the HTTP address (like you know it from several SVN hosts) you need to declare the GIT Adress:

image

What’s left could stay at default. Sometimes things are not that difficult.