cloud-build-notifiers icon indicating copy to clipboard operation
cloud-build-notifiers copied to clipboard

[SMTP] Customize Subject Email (by build template)

Open michaelact opened this issue 1 year ago • 0 comments

Example configuration:

spec:
  notification:
    delivery:
      subject: '{{ if eq .Build.Status 3 }}✅ Build Successful ({{ .Build.Substitutions.REPO_NAME }}){{ else }}❌ Build Failure ({{ .Build.Substitutions.REPO_NAME }}){{ end }} | {{.Build.Substitutions._COMMIT_MESSAGE}}'

michaelact avatar Jun 07 '24 10:06 michaelact