drone / proposal

Drone Project Design Documents
13 stars 4 forks source link

[drone pipeline trigger] Adjust custom trigger #20

Closed MaxZubrytskyi closed 1 month ago

MaxZubrytskyi commented 2 years ago

Currently, we can add custom trigger to the pipeline but if we add multiple jobs with the same configurations with the same trigger - then trigger one job - will trigger all of them. E.g. I have DockerfileA and DockerfileB and both jobs are the same with the same custom trigger on them. and I can't manually trigger only one of them. if I trigger it - both builds would be started.

This proposal is to add the possibility to trigger jobs based on some specific value so that only one that matches that value - would be triggered. E.g. we can use job names since they are already unique, or add something else so we can group jobs together to trigger some group of them

MaxZubrytskyi commented 1 month ago

closing as drone isn't supported anymore