From the course: Cisco DevNet Associate (200-901) Cert Prep 4: Application Deployment and Security

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Learn about components in a CI/CD pipeline

Learn about components in a CI/CD pipeline

From the course: Cisco DevNet Associate (200-901) Cert Prep 4: Application Deployment and Security

Start my 1-month free trial

Learn about components in a CI/CD pipeline

- [Instructor] We have learned about continuous integration and deployment at a high level. In this section, we will dive deeper into the various components of CI/CD. In software engineering, a version control system helps managing changes to computer code, peer review, documentation, and generally serves as a collaboration tool. In the workflow of continuous integration, this source control system could also serve as a trigger for our bill process. For example, many of the large open source projects such as Python uses GitHub as a source version control system. Each GitHub repository or code base could be configured with a web hook. The web hook is a way for GitHub to signal other systems that a change has been made in the repository. The remote system could be our continuous integration system. Once being notified, the CI/CD system could be configured to pull the latest code down to start as bill process.…

Contents