Hi all,

I tried a very simple workflow with a stage running a job, and concurrency 
set to 2:

node('windows') {
   stage name: 'Build', concurrency: 2
   build 'build'
}


I have allowed the job 'build' to have multiple runs in parallel (works 
fine if I trigger the jobs manually multiple times).
However, if I trigger my workflow multiple times, executions of the job 
'build' are serialized where I expect to have two runs in parallel.

Did I miss something? Or is it a know issue?

Thanks for your help,
Patrick

-- 
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/477f5cf8-3b54-4ddc-8ff4-4630f2825ff4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to