There's a dozen services that provide hosted version control, hosted ticket tracking, hosted project management, and combinations of all of the above, there's even hosted web-based IDEs. But nobody's yet offered a hosted continuous integration service; at least that I can find. The concept seems simple enough: I register and provide the URL to my source code repository, it grabs my code and builds it via ant/rake/whatever, then runs the suite of tests and some metrics (code coverage, performance, etc.). Is there some prohibitive barrier to entry I'm not considering?
|
7
|
|
|
|
|
|
Good question. Relevance is launching just such a service soon: Drop by and have a look around. We'll be making more public announcements soon. |
||
|
|
|
|
So, two comments.
|
||
|
|
|
|
Hum... You could install one continuous integration server by yourselft if you buy a VPS, but I understand your point. You want something out of the box. The challenges that I see:
Sure, some points (3 and 4) already have solutions like Amazon Web Services, Google App Engine and others. Kind Regards |
||
|
|
|
|
The most immediate problem with such a service would be actually estimating the CPU needed - build services is potentially unbounded, especially when you need to cater for a large multitude of types of projects. There are also potential security issues. And for a large variety of projects to work properly, you'd probably need a pretty big staff. |
||
|
|
|
|
In addition to RunCodeRun recommended by @jgehtland I also discovered Devver (http://devver.net) which also, sadly, is still in private beta. |
||
|
|
|
|
The previous posters forgot to specify that
|
||
|
|
|
|
For Java teams you might also want to look at Mike also in private beta. There is also a recent blog post from the Build Doctor discussing a few alternatives, from DIY amazon AMIs (CI in a box) to a bespoke service (CI Foundry) and exisitng providers such as Run Code Run. |
||
|
|
|
|
There also the CodeBetter TeamCity server if your project is open source. |
||
|
|
