> On 06.04.2017, at 13:32, Igar N <[email protected]> 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. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/19EFC459-FCB0-4486-8B73-74312289B272%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
