Skip to content
Christopher Hopkins edited this page Aug 4, 2015 · 2 revisions

Continuous Integration

Merging developer changes frequently in order to discover incompatible changes quickly, and ensure that the total system/solution works.

Sequence

  • Developer commits/check's in code
  • Jenkins gets the changed code
  • Jenkins builds and Tests the code
  • Jenkins reports the results back to the Developer(s)

Prerequisites

  • Java 1.5 +
  • (optional) Webserver

Ubuntu/Debian Install Instructions

Note: The default port for the web interface is 8080.

Clone this wiki locally