Prompt for Build Version when Manually Triggered

Version 1 by Robin Shen
on Dec 24, 2009 08:09.


 
compared with
Current by Robin Shen
on Aug 17, 2010 09:04.


 
Key
These lines were removed. This word was removed.
These lines were added. This word was added.

View page history


There are 2 changes. View first change.

 h1. Situation
 Prompt for build version when a configuration is manually triggered.
  
 h1. Demonstration
 [Click here|http://demo.pmease.com/build/32.latest/] and press the run button, QuickBuild will present a build option window asking for version of the build. Click "OK" to continue, and the specified value will be used as version of the newly generated build (please wait a short while before the new build appears).
  [Click here|http://demo.pmease.com/dashboard/32] and press the run button, QuickBuild will present a build option window asking for version of the build. Click "OK" to continue, and the specified value will be used as version of the newly generated build (please wait a short while before the new build appears).
  
 h1. Resolution
 Edit [basic setting of the release configuration|http://demo.pmease.com/setting/basic/32/]:
  Edit [general setting of the release configuration|http://demo.pmease.com/settings/32/general]:
 # Define next build version as _$\{vars.get("version")\}_
 This tells QuickBuild to use value of variable _version_ as version of the new build. Please note that the variable name can be arbitrary as long as the same name is defined below.
 # Add a variable named _version_ and specify the prompt setting as _prompt as text input_