top of page

CI / CD

What is CI/CD?

​

  • CI/CD stands for Continuous Integration / Continuous Delivery

  • Try to automate as many aspects of software development as possible

  • Automatic tests ensure fewer interruptions at the test station

  • Ensures stable and simple development process

  • Provides for a clever software architecture

​
 

bottom of page