IBM Cloud Docs
Adding triggers to pipelines

Adding triggers to pipelines

DevSecops continuous integration and continuous deployment pipelines provide a set of default triggers. You can add triggers or duplicate existing triggers to pipelines from the Pipeline UI. Refer to Step 6 of Configuring a Delivery Pipeline for Tekton by using the console

For more information about Tekton pipeline triggers , see Working with Tekton pipelines.

Triggering pipelines using CLI or API

You can trigger a pipeline by using either the IBM Cloud CLI or the API. With the CLI, you initiate the pipeline by specifying the required toolchain and pipeline identifiers. Alternatively, the API allows you to trigger a pipeline run by sending a POST request with the appropriate authentication headers and payload.

For more information , see Using triggers