Jenkins: An Introduction To The CI/CD Tool
What is CI/CD?
Continuous integration (CI) is a software development practice in which developers merge the changes they have made to the main branch multiple times per day. When this happens, each merge triggers an automated code build and test sequ...
techblog.geekyants.com9 min read
Carlos Armando Marcano Vargas
Backend developer
I really enjoy this article, I was curious about CI/CD because every job offer has "CI/CD" as a requirement, and I didn't know about it. I'm a newbie in software development, and this article help me a lot. Thanks.