Hello,
I have some builds, lets call them Builds A, who can't be run in same time because they share and modify files.
I have some builds, lets call them Builds B, who only reads these files and can be launch in same time but can't be launched when Builds A are running.
Habitually, I use Throttle Concurrent Builds Plugin for managing concurrents builds but I can't configure it for this case.
If I affect a category for both groups, Builds B runs one by one when they could be launched simultaneously.
Would you know how I can handle this case ?
Thanks for your help