Wednesday 14 September 2011

Continuous Integration - Hudson.

Continuous Integration System aims to improve the quality of software with less time taken and less effort.
Advantage of CI (Continuous Integration).
  • Early warning of incompatible or broken code.
  • Early warning of conflict changes.
  • Immediate unit test for all changes.
  • Immediate feedback to developers on Quality, Functionality and impact of code they are writing.
KEY FEATURE OF Continuous Integration.
  • Automate the build
  • Make the build self-testing
  • Keep the build fast
  • Everyone can see the results of the latest build
  • Automate deployment
  • Every commit to built automatically

Other Products for CI(Continuous Integration)

  • Curise Control.
  • Damage Control.
  • Zed.
  • Bamboo.

When Hudson is best in CI?

http://www.bigbeeconsultants.co.uk/blog/cruise-control-vs-hudson/

Hudson Urls: http://hudson-ci.org/


No comments:

Post a Comment