This option allows you to specify a template that will be used as
a basis for creating the name of the baseline used to tag this build.
The template supports the following variables which will be substituted
when the baseline is created.
[PROJECTID]
is the name of the Dimensions project or stream being monitored.
[HUDSON_PROJECT] is the name of the Hudson project
[DM_BASELINE] is the name of the baseline variable
[BUILDNO]
is the build number
[CURRENT_DATE] is the current date in
"yyyy.MMMMM.dd hh:mm:ss aaa z" format, e.g. "2010.May.15 12:15:01 PM BST"
For example, the template "[PROJECTID]_I_[HUDSON_PROJECT]_D_[BUILDNO]_C_[CURRENT_DATE]" could create a baseline with an
identifier like "QLARIUS:JAVADEV_I_JAVADEV_hudson_D_10_2010.May.08 11:10:11 PM BST"
If you specify a value that contains no variables in it, then only that value will be used as the baseline identifier.