Automating Pipelines with Triggers

Ozone offers a mature version of GitOps through Tekton triggers for automating your pipelines. A trigger can be configured either as a webhook that listens to changes in your repo to trigger a pipeline, or as a schedule for setting up pipelines to run at designated times / intervals.

Triggers can also be used to automate release runs, making it an important automation capability made available to developers.

While pipelines are mapped one-to-one with repos and projects in a traditional GitOps scenario, pipeline templates can be configured in any flexible way on Ozone. It not just offers a low-code approach, but also solves the issue of scalability in GitOps.

This guide will take you through:

Last updated