Continuous Integration Rules

There are seven practices that we've found work well for individuals and teams running CI on a project.

  • Commit code frequently

  • Don't commit broken code

  • Fix broken builds immediately

  • Write automated developer tests

  • All tests and inspections must pass

  • Run private builds

  • Avoid getting broken code

From http://www.javaworld.com/javaworld/jw-06-2007/jw-06-awci.html?page=3

Add new comment