|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Depending on what OS you are running on, you may need to escape the writing of the token to the file. I don't what the token to be replaced, I just want you to write it out to the file when you know the path to the file you want included in the email. The idea is to write the content you want ${FILE, path="custom_info.txt"}, when custom_info.txt is in your MY_FILE_PATH variable. You would want to escape the first $ in the token while writing it out to the file.
Build step:
echo \${FILE, path="$MY_FILE_PATH"} > staticname.txt
Email content:
${FILE, path="staticname.txt"}