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?
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/
Brilliant, thank you!