Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save claudiosanchez/80263ffe3f2e6eb02cb2b36ee500de21 to your computer and use it in GitHub Desktop.
Save claudiosanchez/80263ffe3f2e6eb02cb2b36ee500de21 to your computer and use it in GitHub Desktop.
The Journey to Continuous Delivery

The Journey to Continuous Delivery

In this talk, Megsoft Consulting's CEO; Claudio Sanchez will talk about the lessons learned from years of experience on the journey to Continuous Delivery; what it is, why and how to start the journey, and some of the tools that may help you making this journey a pleasant one.

Some of the tools we will use are:

  • TeamCity
  • Jenkins
  • Shell Scripting
  • Github

Continuous Delivery is the natural extension of Continuous Integration: an approach in which teams ensure that every change to the system is releasable, and that we can release any version at the push of a button. Continuous Delivery aims to make releases boring, so we can deliver frequently and get fast feedback on what users care about. - ThoughtWorks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment