Details
-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: email-ext-plugin
-
Labels:None
-
Similar Issues:
Description
I defined an string parameter named "env".
email content can retrieve it with token ${ENV, var="env"}.
However, attachment field cannot solve the filepath with the tocken:
attachment: logs/${ENV, var="env"}.log
Is there any suggestion on this behavior ?
The attachment field does not currently support tokens, it uses the ANT file pattern syntax. Try logs/*.log