Or. are you sure you didn't configure it to only have on executor at a time? I manually configured my install to do that, so somewhat-related build processes on my machine didn't trip over each other.
From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark Waite Sent: Tuesday, November 27, 2012 5:10 PM To: jenkinsci-users@googlegroups.com Subject: Re: Jenkins on Windows box Are you sure it is not something in your build script (not in Jenkins) which prevents multiple builds from running concurrently? Jenkins is able to run multiple builds concurrently in the tests I've run, without blocking one job behind another. Mark Waite _____ From: Bill Wonch <bill.wo...@gmail.com> To: jenkinsci-users@googlegroups.com Sent: Tuesday, November 27, 2012 5:17 PM Subject: Jenkins on Windows box Hi everyone - Quick question, but it's causing some frustration for our developers. Hope you can help! We have a deploy job that is configured to run concurrent builds, but when I execute more than once, the second job will wait for the first to complete before running the first step (it does send out build start notifications before pausing). Anyone seen anything like this before? Any idea what I can do to fix it? If it's helpful, I'm running jenkins.war from Tomcat 7 on a win XP machine. Thanks! Bill