Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.1-beta-4
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
This format results in the following subject line.
<subject-format>[MSVC Doc] BUILD ${state}: ${project.name} - ${project.version} - ${project.scmTag}</subject-format>
[MSVC Doc] BUILD SUCCESSFUL: dataobject-allergy - 1.0-SNAPSHOT - ${project.scmTag}
This seems to occur with any combination where the 4th variable is treated as a literal.
Can you try with a format like that :
${project.name} - ${project.name} - ${project.name} - ${project.name}
to see if it's the number of variables that is the problem