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

Key: QB-946
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Don Ross
Votes: 1
Watchers: 0
Operations

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

Would like to see ability to programmatically determine the value of 'Prompt setting'.

Created: 10/Jun/11 07:50 PM   Updated: 21/Nov/13 09:00 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 5.1.0-rc4, 5.1.0

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


 Description  « Hide
I have a tree that consists of a configuration for each branch on which continuous integration builds are run.
I also want the ability for users to create preflight (proof) builds, but not to have those builds show up in the same list as the CI builds (for statistics) or use the same version numbers.
To accomplish this, I have a sub-configuration off of each build for proof builds.

It is only on the proof builds that I want to prompt the user for local workspace information.
Currently the way to do this is to set the proof-build variables in my configuration to 'Don't prompt' and then override them in each of my proof build configurations.
This requires duplicating the prompt information multiple times.

It would be cleaner to set up the prompt information in the root, but only enable prompting if the configuration name == "proof".

This feature would enable other clever workflows as well, like 'only prompt for a milestone label if the build is being triggered by a member of the Release Engineering group'.

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [11/Jun/11 12:49 AM]
Get it scheduled into QB4 time frame.

Robin Shen [20/Nov/13 02:14 AM]
A prompt condition is now added in variable prompt setting.