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 ?
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
I defined an string parameter named "env". email content can retrieve it with tocken ${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 ? |
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 ? |
Summary | Attachment filepath does not support taken reference | Attachment filepath does not support token reference |
Assignee | Slide-O-Mix [ slide_o_mix ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Resolution | Fixed [ 1 ] | |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Workflow | JNJira [ 144030 ] | JNJira + In-Review [ 190868 ] |
The attachment field does not currently support tokens, it uses the ANT file pattern syntax. Try logs/*.log