<< Back to previous view |
![]() |
[QB-1808] Adding a new field in Build options page
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Improvement | Priority: | Minor |
Reporter: | Ravi Chandra | Assigned To: | Robin Shen |
Resolution: | Won't Fix | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
It would be better if a new filed is added named " Build description" in the build options page for starting new build.
This new field can be used to describe the changes in the build, for easy identification. Thanks |
Comments |
Comment by Robin Shen [ 06/Oct/13 12:53 PM ] |
This is already possible following below steps:
1. define a variable say "buildDescription" with prompting type specified as "prompt as text box". 2. define the pre-build script in advanced configuration setting as: build.setDescription(vars.getValue("buildDescription")); |