The practices involving the integration and testing phase to delivery and deployment are referred to as CI/CD pipeline. CI/CD pipelines are used to automate software delivery, allowing you to cautiously deploy new software. To integrate CI/CD pipeline in Jenkins, you need to:
- Enable Jenkins in your CLI and implement Jenkins as a Java binary.
- Make a ‘Jenkins Job’ by clicking on New Item.
- Make a Pipeline.
- Select SCM to configure and execute a Pipeline. Here you will add the git repo link and save it.