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
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
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"));
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"));
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"));