我的 Jenkins 电子邮件分机模板是:
$DEFULAT_CONTENT
Changes:
${CHANGES, showPaths=true, format="%a: %r %p \n--\"%m\", pathFormat="\n\t- %p"}
我在通知电子邮件中得到的是:
XXX - Build # 34 - Successful:
Check console output at http://xxx/34/ to view the results.
Changes:
${CHANGES, showPaths=true, format="%a: %r %p \n--\"%m\", pathFormat="\n\t- %p"}
为什么我的脚本没有被评估?