You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if I encapsulate the subject_text with double quotes to represent it as a string the variables are still not being evaluated. Any idea why this is the case?
The text was updated successfully, but these errors were encountered:
Variable substitution is in Jinja template syntax, so you usually would write
Concourse CI {{ BUILD_PIPELINE_NAME }} Failure
Since I didn't implement the subject_text and body_text configuration values myself I don't know how this interferes with the {{parameters}}-syntax of concourse itself. Maybe @knifhen can shed some light on this. I would have to try that out myself. I hope I could point you into the right direction. Feel free to share your findings ;-)
Scenario
Trying to send email after task completion for
on_success
andon_failure
but thesubject_text
is not being constructed properly.Code
Even if I encapsulate the
subject_text
with double quotes to represent it as a string the variables are still not being evaluated. Any idea why this is the case?The text was updated successfully, but these errors were encountered: