I'm currently looking for a (cheapish!) hosted continuous integration service for my private projects and they seem a bit thin on the ground. Does anyone have any experience of using one?

link|improve this question
I am not sure why you have Maven tags on this... – Ascalonian Mar 5 '10 at 14:24
1  
@Ascalonian Maybe because the OP uses Maven (so the CI engine has to support it)? – Pascal Thivent Mar 5 '10 at 15:39
1  
Okay, good point. I think I need more coffee before going on SO and commenting... – Ascalonian Mar 5 '10 at 15:53
possible duplicate of Why hasn't anybody started a hosted continuous integration service? – Helen Jun 27 '11 at 17:08
feedback

6 Answers

Continuous Integration is typically very CPU and disk intensive so it's very different from web hosting and is going to be priced differently. In other words, don't expect the same prices (and hosted CI, and this is especially true for Java projects, is a niche market so there isn't much competition).

Personally, I would go for an Amazon EC2-based solution (like many enterprises do actually).

link|improve this answer
Another option I would like to add to your list is just renting a dedicated server. This is usually more costly then specific product hosting solutions but gives you the freedom to run whatever software you want on the box. You could run a TeamCity or Jenkins instance for CI jobs and even a VCS server like VCS. The options are almost endless when you have full control over the OS. – Jesse Webb Jun 8 '11 at 14:33
ThrustVPS does rented servers. I have a debian server hosted by them that I both host a website on and try different projects I am working on. They are cheap (starting around $10 a month) and they have great customer service. – Feasoron Aug 26 '11 at 16:36
feedback

http://cloudbees.com/ looks pretty promising.

There is a free option that should do it for non-commercial products and trial projects.

link|improve this answer
feedback

You might want to look at CloudBees DEV@cloud. It offers a Jenkins as a Service fully maintained, you can make any build you want in parallel, you only pay by the minute (above the base quota) and they propose a free offering so you can test it for free first.

If you have an open source projet, they also have a free program for FOSS.

Oh, and they also provide Git and Subversion repositories as well as Maven. You can then also push your java app to production.

link|improve this answer
feedback

Having assisted at a presentation of the cloudbees platform, I'm definitly going to stick with it. Their team is really impressive (Hudson/jenkins founder, JBoss high profile devs) and so on.

It is a young copmpany at the moment, but it is growing as we speak. Plus, it has a real advantages when taking lots of projects into consideration. The rely on Amazon's cloud, no bottlenecks build, scalable at wish.

Give it a try!

link|improve this answer
feedback

Consider fazend.com, it's a free hosted continuous integration platform.

link|improve this answer
feedback

We have just launched Continuous with unlimited free public projects, it would be great to get some feedback:

http://continuous.io

You should be able to get going very quickly with Python/Django, but you can write your own build scripts to test whatever you want (Rails, PHP, Java etc etc).

link|improve this answer
I like how it uses my own EC2 instance, so pricing is sort of fixed, but the UI could use some love. Is it always $0.02 per build, even if it takes five minutes? Also, how can I create a private project? – Stavros Korokithakis Feb 5 at 0:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.