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

Key: QB-175
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Don Ross
Votes: 0
Watchers: 0
Operations

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

Please add ability to trigger a build to run at the start of the queue (to cut the line)

Created: 01/Dec/06 03:31 PM   Updated: 25/Jun/10 09:02 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

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


 Description  « Hide
On a weekly basis, I want to automatically kick off a clean build in my configuration. I tried to do this using a second 'control' configuration, with its own queue, which is scheduled to run once a week. The control configuration uses the 'trigger build in another configuration' step to set off my primary configuration, with 'Build necessary condition' and 'Is clean build?' both true.

However, the clean build will not run until the current active build has completed, *and* all the queued jobs in front of it are cleared out (which means at least another build to complete, even with aggregation).

This is a request to add an option to the 'trigger build in another configuration' step that will allow the triggered build to move to the front of the queue. This would also be desirable to have in the dialog to manually trigger a build, so that the manual build can 'cut the line'.

Thank you.


 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [25/Jun/10 09:02 AM]
This can be done by parameterizing the priority field of configuration like below:
${vars.get("priority")}
And then define the priority variable as prompting for user input.

With this setting, you may give a high priority for the cut-line build when trigger it.

Change by Robin Shen [25/Jun/10 09:02 AM]
Field Original Value New Value
Status Open [ 1 ] Resolved [ 5 ]
Fixed In Version 3.0 beta1 [ 11140 ]
Resolution Fixed [ 1 ]