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?
feedback
|
|
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). | |||||
feedback
|
|
http://cloudbees.com/ looks pretty promising. There is a free option that should do it for non-commercial products and trial projects. | |||
|
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. | |||
|
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! | |||
|
feedback
|
|
Consider fazend.com, it's a free hosted continuous integration platform. | |||
|
feedback
|
|
We have just launched Continuous with unlimited free public projects, it would be great to get some feedback: 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). | |||
feedback
|