I have a repo that deploys to multiple sites with only configuration and language changes for each site (job board software).
It would be neat if I could have 4 steps, where it’s building a docker image for each of the 4 sites, to run in parallel across multiple agents. Is this a possibility? Thanks.
Thanks, sorry I couldn’t find that on my own. Although it doesn’t actually work when your parallel steps involve docker builds. My guess is the docker daemon can only do one at a time. If you have any ideas around that, I’d appreciate it.