Comments on How to install Jenkins on CentOS and connect it to GitHub
In this article, we will learn how to install Jenkins and configure it with Github for sending files to the server using SSH.
1 Comment(s)
Comments
It would have been nice to define CI/CD: Continuous integration, delivery, and deployment pipelines
Continuous integration is a coding philosophy and set of practices that drive development teams to implement small changes and check in code to version control repositories frequently.
Continuous delivery picks up where continuous integration ends. CD automates the delivery of applications to selected infrastructure environments. Most teams work with multiple environments other than the production, such as development and testing environments, and CD ensures there is an automated way to push code changes to them.