Breaking the Build, Why is it a bad thing?

Viewed 9300

When I started building a continuous integration server, I ran across the statement "It's bad to break the build [of the code]." After finishing that project I came to the conclusion that

  1. "Breaking the build." was a catchy phrase that was being thrown around a lot because of the alliteration, or
  2. I wasn't understanding a key element of Continuous Integration.

So my question is in the spirit of #2: why is breaking the build a bad thing?

11 Answers
Related