pipelines?
the use case is: we have a pipeline triggering from github webhooks for a base docker image that a bunch of services use, and one pipeline for each of these services. What I want to achieve is that, if the base image is building (pipeline running), the rest of the pipelines stay paused (or wait for startup) until the base one finishes building.
I thought about using lockable resources first, but for some reason that crashed pipelines without logs, so I had to revert that
of course, for the services, if the base image is not building and their pipelines triggers, they should start immediately
Обсуждают сегодня