Bookmark this page

Summary

  • Continuous integration and continuous delivery/deployment (CI/CD) practices enable fast delivery cycles, high reliability, short feedback loops, and low lead times.

  • The foundation of OpenShift Pipelines is Tekton, an open source, cloud-native framework for implementing CI/CD pipelines.

  • A pipeline is a series of actions that typically build, test, release, and deploy applications.

  • OpenShift Pipelines uses custom resources to manage the main building blocks of pipelines, such as Pipeline and Task.

Revision: do288-4.12-0d49506