This option allows you to specify a pattern that will be used to determine the name of the baseline that will tag this build.

The pattern supports the following variables which will be substituted with appropriate values in the name when the baseline gets created.

[PROJECTID]
the name of the Dimensions stream or project being monitored.
[JENKINS_PROJECT]
the name of the Jenkins project (can also use [HUDSON_PROJECT])
[DM_BASELINE]
the value of the ${DM_BASELINE} build parameter
[BUILDNO]
the Jenkins build number
[CURRENT_DATE]
the current date in "yyyy.MMMMM.dd hh.mm.ss aaa z" format, e.g. "2018.May.29 08.47.59 PM BST"
For example, the pattern "[PROJECTID]_P_[JENKINS_PROJECT]_B_[BUILDNO]_T_[CURRENT_DATE]" might create a baseline with a name like "QLARIUS:JAVADEV_P_My Jenkins Job_B_406_T_2018.May.29 08.47.59 PM BST"

If you specify a pattern that contains no variables in it, then the pattern will be treated as a literal baseline name.