Export to GitHub

bounding - CI.wiki


CI

Three tools of CI

  • Build Tool (Maven ,Ant)
  • Source Control System (CVS ,SVN ,Git)
  • CI Server (CruisControl , Hudson)

Process

  • CI Server check out the head version source from the Source Control System.
  • CI Server make building use the build tool.
  • CI Server publish the build result.

Hudson