View Single Post
  #1  
Old 11-19-2009, 07:50 PM
ktak ktak is online now
Registered User
 
Join Date: 08-31-2009
Posts: 5
Prevent Multiple Builds Running at Same Time

As the title says:
If there is a build running already and another instance starts up (lets say from a scheduler), I want the new instance to detect that there is a build running already and exit gracefully.

Is there a global variable that i can use to set conditions?
Reply With Quote