drone-downstream icon indicating copy to clipboard operation
drone-downstream copied to clipboard

Drone plugin to trigger downstream repositories to build

Results 7 drone-downstream issues
Sort by recently updated
recently updated
newest added

According to https://hub.docker.com/r/plugins/downstream/tags, last ARM64 image was pushed 4 yeas ago (see tag `1.2.0`). Also image with tag `linux-arm64` has platform `linux/amd64` which a little bit confusing. Is it possible...

This PR proposes a rewrite of the plugin to, instead of re-starting old builds, create builds via `Client.BuildCreate`.

I am triggering my integration test pipeline after docker image build for one of the repos and using downstream trigger plugin for that. this is my log for trigger step...

Issues When I use downstream plugin for triggering build for deploy my service, several repos may trigger for the same time. Is there any way to set some env like...

Not sure where to post documentation issues, but the _fork_ option should be removed from this plugin's [docs](http://plugins.drone.io/drone-plugins/drone-downstream/), since it's no longer supported.

I think this plugin needs a re-write for the following reasons: 1. this plugin previously used the re-start API which required an existing build number in the database. This is...

For my understanding, trigger `drone-downstream` is to run a similar `drone build start` command via api. Which I need: 1) Extra feature to trigger with several `--param key=value`. These `key/values`...