an hour ago
I just pushed a hotfix to a microservice of mine but its been stuck in "Building" for more than 20min, specifically on the "image push" stage following the docker image creation. I already went ahead and aborted the current deployment and tried again but we are still stuck at this stage for 5+ min now
6 Replies
Build finished on the second try after 10 min, took total 30 min to push the docker image to the registry, unsure if this is worth escalating at this point
can you link the exact slow build/deployment? I see un-cached builds are taking 5-9mins (cached are ~1m), but I do not see slow builds (e.g. 30mins)
I aborted the previous build, but the deployment ID was 54fcd972-beeb-4e1f-80f9-db0c591a4723
this one is interesting - the build itself was fast (and image push to), but the build state was not propagated properly, and the pipeline was stuck waiting on the build to finish. Should be one off. I will check why build state was lost