We are a global company where different teams use different CI tools. We are using Buildkite but another team from another country uses Gitlab.
Understandably, within multiple Buildkite pipelines, we can use trigger
: Trigger step | Buildkite Documentation
For example, we have a build pipeline that triggers our test pipeline sitting in another repo. However, we also like to include a command to run the security scanning features via Gitlab so we want that triggered.