History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-1809
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Noam Manos
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Build Condition to start only if no build is in configuration's queue

Created: 06/Oct/13 05:17 AM   Updated: 21/Nov/13 09:00 AM
Component/s: None
Affects Version/s: 5.0.36
Fix Version/s: 5.1.0-rc2, 5.1.0-rc4, 5.1.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [07/Oct/13 06:38 AM]
With 5.1.0-rc2, this can be achieved by scripting pre-queue script as:
groovy:
return com.pmease.quickbuild.BuildEngine.instance.getBuildRequests(configuration.id).isEmpty();