We have 2 build configurations that are executed automatically on every VCS commit (we use Git).
I see that sometimes, we’ll get builds running twice, for example, in the screenshot below, it built the same commit (hash) twice for every build configuration. Why is that?
Normally i wouldn’t mind, it’s just that these builds may delay other builds with newer hashes that could be potentially blocked waiting.