event icon
Held on 21 April 2022

Releasing Software 50 Times A Day—The Easy Way!

Watch on youTube


In 1999, I was astonished to join a tech company whose software was automatically tested every night on a huge array of machines, all automatically poking and prodding every aspect of the code's behaviour. I remember the awesome power of being put in charge of the Nightly Cycle testing farm, where I could command hundreds of machines to do my bidding with a single keypress. I didn't know anyone else who had this level of control over their software and its release (which was still carried out by burning and posting CDs back then!)

In 2022, the miracle of 1999 is now so commonplace that a team without some form of "continuous integration" is a rare anomaly. Tools like Jenkins and CircleCI are easy to install or to run as a service. But its very ubiquity has made CI easy to take for granted, and far too many teams use it only to automate a small suite of outdated tests and perhaps run a static check or two.

Instead, when used right, your CI system should:

  • Give near-instant feedback to every developer, preventing defects and misunderstandings of acceptance criteria.
  • Free your QA team to do "exploratory testing" and discover new types of problems, rather than grinding through repetitive tests like zombies.
  • Radically simplify the process of assembling and releasing your software, eliminating complex branching and painful merging steps and making release prep an instantaneous no-brainer.
  • Enable incredibly fast change/test/change-again cycles (the best teams release many times a day—how do you stack up?)

Join me and special guest Jeffrey Fredrick, a CI pioneer, to learn how you can get these benefits and feel the power I first experienced in 1999, of releasing changes at the drop of a hat and the touch of a key.