I'm using the Jenkins Email Extension Plugin to send custom email
notifications.
I have a line in my buildlog (right near the top) that spits out "The hash
is:" followed by the full git hash.
The subject I've set for this job is:
d0 release of ${BUILD_LOG_REGEX, regex='The hash is ([a-f0-9]+)',
substText=1}, which isn't being evaluated, but rather literally quoted.
However, the body expands macros properly, including $DEFAULT_CONTENT
and ${BUILD_LOG}.
Do I have something misconfigured, or is this a known issue?
-- Corey