Search code examples
continuous-integrationemailconcourse

How to send email via Concourse CI pipeline?


How can I set an email to be sent upon completion or failure of a job in Concourse?


Solution

  • You can use https://github.com/pivotal-cf/email-resource along with the on_failure step: https://concourse-ci.org/on-failure-step.html