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
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