Custom Pipelines Status
The Custom Pipelines Status menu item links directly to the ArgoCD application responsible for synchronizing the custom pipeline definitions to the cluster.
What You Can Check Here
- Sync status — whether all pipeline definitions from the Git repository have been successfully applied to the cluster
- Health status — whether the deployed Tekton resources are in a healthy state
- Sync errors — if a pipeline definition contains an error or conflicts with an existing resource, ArgoCD will report the reason the synchronization failed, making it easy to identify and fix what is blocking the pipeline from being deployed
tip
If a newly added or updated custom pipeline is not available in the cluster, check this page first. Sync errors shown here are typically the fastest way to diagnose what is preventing the pipeline from being applied.