Series Archives: Continuous Integration

Continuous Integration Basics: Part 1 – Introduction

This entry is part 1 of 2 in the series Continuous Integration

Setting up a Continuous Integration Server is one of the firsts steps I perform when starting a new project, it’s become a development practice that I can’t live without. If you are working in a team with even a few team members the benefits are simply immense

Posted in enterprise-basics | Tagged , | Leave a comment

Continuous Integration Basics: Part 2–Repeatable Builds with Build Automation

This entry is part 2 of 2 in the series Continuous Integration

Repeatable builds are central to starting on the path to a successful continuous integration strategy. What I mean by repeatable builds is that a developer should be able to get the source code from a repository and in a single step run a set of complex tasks, tasks such as code quality checking, compiling the [...]

Posted in enterprise-basics | Tagged , , , , , , | Leave a comment