You must log in or register to comment.
Awesome! … What’s a CI?
(I started reading the link but it doesn’t introduce the term.)It’s how programmers test code (on machines that aren’t the ones they develop on).
Probably “Code Integration”?
Could also be “Continous Integration” (from CI/CD - Continous integration/Continous deployment/delivery)
judging by the “Why build a new CI?” section their old “CI” was built on Azure DevOps so I would go with Continous Integration here.
Ahh yes, makes more sense
It is part of the automation pipeline. It is basically a system to take new code and process it.