> On 06.04.2017, at 13:32, Igar N <
nak...@gmail.com> wrote:
>
> And now Jenkins does not create separate "workspace" folders with @ for each concurrent builds. Because of that I'm losing concurrent execution: no matter how many concurrent jobs you have been started, the job triggers only once. How can I fix this issues?
It's unclear what exactly is the problem.
Note that queue items with identical parameters are collapsed, so even with parallel builds enabled, pressing 'build' a dozen times while there's no executors that could take the build will only result in one build (with a dozen build causes).
Parallel workspaces (workspace@2 etc.) are only allocated when there's two builds running in parallel.