English 中文(简体)
Is there any continuous integration software with easy to write plugins?
原标题:

I d like to add a continuous integration tool to a project I m working on. However, I d like to be able to send the results of the build using Lotus Notes. I already have the Lotus Notes part covered, and I d like you guys help me choose the right tool for this. I d preffer something based on Java, but if something else s better, I won t mind.

Please only provide solutions where I can influence the build process somehow.

最佳回答

Hudson s author actually wanted people to be able to contribute easily without access to the source repository. Hudson has thus been designed for extensibility through plugins (it s not the only candidate but it s definitely a nice one). Have a look at the Extend Hudson section of its wiki.

These blog posts Writing a Hudson plug-in (Part 1 – Preparation) and Writing a Hudson plug-in (Part 2 – Understanding m2 and freestyle projects) might help too.

问题回答

Hudson is a CI solution that attracts plugins like bears to honey.

Jetbrains TeamCity has a plugin architecture that uses jar files - API here. I love TeamCity (-:

Hudson is explicitly extensible. Don t know any more about it than that because I m really happy with TeamCity...





相关问题
Enabling Ant Tools in a new Eclipse Galileo installation

I have recently installed Eclipse Galileo with the PHP Developers Tools. I plan to install the Flash Builder 4 Plug-in to do ActionScript development as well. I want to use Eclipse to both create an ...

Continuous Integration with Teamcity and Clearcase

Has anybody successfully integrated Clearcase with Teamcity (which advertises Clearcase support) to realize a productive continuous integration build environment on a decent size project?

热门标签