Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anyone know of a hosted TeamCity build provider? [closed]

I'm looking to set up a TeamCity server for continuously building a .NET web application. I already have hosting, so I don't want to get a whole new hosting account such as AppHarbor.

I don't maintain my own physical server, nor do I want to.

I also don't want to have to pay $50 or more per month for an entire dedicated Windows machine, just to host TeamCity.

I really don't care if it's slow and on a shared machine, as it's just continuous build which will be running in the background.

I'll want to have the outputs automatically deployed to a server of my choice through FTP.

Is there anyone on the market providing hosted TeamCity environments?

like image 255
Jonathan Avatar asked Oct 25 '11 02:10

Jonathan


People also ask

Is TeamCity a continuous integration server?

JetBrains TeamCity is a user-friendly continuous integration (CI) server for developers and build engineers free of charge with the Professional Server License and easy to set up!

What is a TeamCity build?

TeamCity is used to build and test software products in an automated manner. It provides rapid feedback on every code change, reduces code integration problems, and leads to more effective teamwork. Many popular games, websites, banking systems, and all JetBrains products are built with TeamCity.

Who uses TeamCity?

8. Companies That Use It. TeamCity boasts a wide range of top companies as customers, including internet powerhouses Twitter, eBay and Wikipedia. Jenkins has no lack of big names on its list of users either, Dell, Tumblr, and Netflix among them.


2 Answers

AppVeyor CI provides hosted continuous integration for .NET developers.

Disclaimer: I'm the developer of this service.

like image 137
Feodor Fitsner Avatar answered Sep 20 '22 10:09

Feodor Fitsner


If your open source project you can get a free account at Code Better http://codebetter.com/jameskovacs/2009/02/24/announcing-teamcity-codebetter-com/ I don't know of any for non open source.

like image 44
Orn Kristjansson Avatar answered Sep 20 '22 10:09

Orn Kristjansson