This work is produced by Jacob Lindehoff for the course Continuous Delivery (2DV611) at Linnaeus University.
All content in this work excluding photographs, icons, picture of course literature and Linnaeus University logotype and symbol, is licensed under a Creative Commons Attribution 4.0 International License
If you change the content do not use the photographs, icons, picture of the course literature or Linnaeus University logotype and symbol in your new work!
At all times you must give credit to: ”Linnaeus university – Continuous Delivery (2DV611)” with the link https://coursepress.lnu.se/kurs/continuous-delivery/ and to the Creative Common-license above.
Every change of code, configuration, environment, data structure and so on triggers the creation of a new instance of the pipeline
Every check-in/commit leads to potential release
Source: The practice of cloud system administration - 0-321-94318-X
What to rebuild on a component change?
change B => B + D will rebuild
change C => C + D will rebuild
change A => B + C will rebuild then D will rebuild
Creates the service in one or more testing and production environments
Chapter 1, 2 and 13 in the Continuous Delivery book by Humble and Farley
Next time, Continuous Integration