1.

Explain the use of triggers in Red Hat OpenShift Pipelines.

Answer»

Create a full-fledged CI/CD system using Triggers and Pipelines, where Kubernetes RESOURCES define the complete CI/CD EXECUTION. EXTERNAL events, such as a Git pull request, are captured and processed by triggers, which extract critical pieces of information. When this event data is mapped to a set of specified parameters, a sequence of jobs are launched that can GENERATE and deploy Kubernetes resources, as well as instantiate the pipeline.

For example, you define a CI/CD pipeline for your application using Red Hat OpenShift Pipelines. For any new modifications in the application repository to take effect, the pipeline must be started. Triggers automate this PROCESS by capturing and processing any change event and starting a pipeline run that delivers the updated image.



Discussion

No Comment Found