Trigger single stage from a pipeline using multi_project_pipelines

Hello,

I’ve been going through the documentation, and was wondering if there a way to trigger only a single stage of a different project’s pipeline, and not the entire pipeline. I could not find such an option. Is it possible to do that?

https://docs.gitlab.com/ee/ci/multi_project_pipelines.html

Thanks, David

1 Like

Same question here, however in my case I’d wish to trigger multiple (but not all) stages.

One workaround I see, is to send an additional variable and in the stage first check for that variable to be not set otherwise just don’t execute anything…