1 Reply Latest reply on Sep 19, 2002 9:17 AM by mrettig

    Continuous Integration

    mrettig

      Has anyone setup and hosted a continuous integration enviroment for JBoss?

      Basically, this process polls cvs to check for changes, then when changes occur, they are checked out. The entire project is built from scratch and any automated tests are run. The results are compiled and displayed on a web page.

      The benefit being broken builds don't happen very often, and when they do, it is easy to find accountability. You can easily see who checked in what and when, and the result of the checkin (i.e. Compile failure, broken test, or successful build).

      Also, this also gives anyone a simple view into what the hell is going on right this second.

      Mike Rettig