2

I want to send an attachment of build log with the email notification via drone build. For email notification, I am using I am using "drillster/drone-email" plugin for sending build email notification.

Varun Damani
  • 35
  • 1
  • 5

1 Answers1

1

It took me a while to figure this out: https://github.com/jjasghar/drone-example-yamls/blob/main/kind-exec.drone.yaml#L5-L14

If you remove the when clause you'll get an email for each run.

Dharman
  • 30,962
  • 25
  • 85
  • 135
JJ Asghar
  • 614
  • 5
  • 15