Pipeline triggering another pipeline in a different repo

I am trying to chain pipelines across multiple git repos.

Does anyone have any good practice how to do it? Would you tag with a secret to trigger the remote Drone pipeline?

There is a plugin for this. Check out http://plugins.drone.io/drone-plugins/drone-downstream/

1 Like

Brilliant, thank you!