How to Be a CI/CD Engineer
circleci.com
How to Be a CI/CD Engineer
1–2 of 2 posts
Re: How to Be a CI/CD Engineer
#2CI and CD stand for continuous integration and continuous delivery/continuous deployment. ... Automated build-and-test steps triggered by CI ensure that code changes being merged into the repository are reliable. The code is then delivered quickly and seamlessly as a part of the CD process.