Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

This page describes in beginner terms the usefulness of the Continous Integration / Continous Delivery methodology. If you had no experience in these practices, read this document first and then move forward to GitLab and Jenkins implementations.


Info

The repository with examples and enabled CI/CD can be found here https://gitlab.eufus.eu/bpogodzinski/ach-tutorials


 What is CI/CD?

CI/CD is a set of practices that automate the building, testing, and deployment stages of software development. Automation reduces delivery timelines and increases reliability across the development life cycle. It also removes the burden of manual checking if the program compiles and runs correctly.

...