Hello,
I have a single integration environment in which as a final step I install all dependencies and run various checks. I want to have a “mutex” on this environment because it’s a shared resource, I can’t have multiple jobs accessing it at the same time.
How would you recommend do it ?
Thank you