diff --git a/Jenkinsfile b/Jenkinsfile index fe5a31b..b48cf0b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,4 +50,9 @@ pipeline { } } } + post { + always { + step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: emailextrecipients([developers(), requestor()])]) + } + } }