Slide 5
Slide 5 text
© 2012
Continuous Integration (CI)
• “A practice, in software engineering, of merging
all developers workspaces into a shared mainline
several times a day.” ~Wikipedia
• Popular Example:
– Jenkins CI
– Every time I commit new code…
• project is built & tested