Scrum User Group

Connecting South African Scrum practitioners
Scrum User Group of South Africa

Hilton Giesenow on Continuous Integration in Scrum

The Cape Town chapter held it’s 4th event last night. We meet at Great Westerford, with venue and food kindly sponsored by Intec and drinks sponsored by Scrum Sense.

Hilton Giesenow, Development Manager at 3Fifteen and Microsoft MVP spoke on continuous integration (CI). He spoke of CI as a continuum and just one of a number of good software development practices. He outlined 10 steps to implementing good CI, with the first 3 being an essential starting point:

  1. Source repository - gotta have this!
  2. Make code self-testing with unit tests (for bugs in legacy code, write a failing unit test that reproduces the bug, then fix!)
  3. Automate the build - use one of the great free tools such as Cruise Control from ThoughtWorks; trigger to run every 30 mins or on each check-in.
  4. Everyone commits their code daily (at least).
  5. Every commit should be built (all code is integrated)
  6. Keep the build fast
  7. Test in a clone of the production environment (use VM’s)
  8. Make it easy to get the latest deliveries (for example use zip of exe)
  9. Everyone can see the results of the latest build
  10. Automate deployment

In the subsequent Q&A session we noted that:

  • You can implement CI beneficially in any SDLC process, whether Waterfall, Scrum or other.
  • Scrum is (deliberately) silent on software development practices, leaving teams and organisations to choose their own.
  • It is essential that teams implement good practices such as CI to complement the Scrum process if they want to improve.
  • Doing CI will provide you with useful metrics as a side-effect, for example code coverage by tests, number of automated tests.

We’re grateful to Hilton for taking the time to spend with us!

Popularity: 12% [?]