-
Bug
-
Resolution: Not A Defect
-
Minor
The PROPFILE token is not evaluating in the Editable E-mail Notification for the e-mail-ext plugin.
For example, when I put this in the Default Content of the e-mail:
${PROPFILE,file="props.cfg",property="TESTING_VAR"}
The value of "TESTING_VAR" is not displayed in the e-mail. Instead, this is displayed:
${PROPFILE,file="props.cfg",property="TESTING_VAR"}
This PROPFILE token works when I put it in the "Set Build Name" field for the build-name-setter plugin.
So the build-name-setter plugin is able to consume the PROPFILE token, but the e-mail-ext plugin does not seem to be consuming it properly.
I am running Jenkins 1.480.2 with email-ext - 2.24.1.
[JENKINS-16779] PROPFILE token does not evaluate in the Editable E-mail Notification for the email-ext plugin
Labels | New: email-ext plugin, token-macro |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
PROPFILE is not an email-ext token, so it won't be consumed.