aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index c8ac717..16f0c69 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,4 +19,12 @@ pipeline {
steps { sh '/entrypoint.sh' }
}
}
+ post {
+ always {
+ step([$class: 'Mailer',
+ notifyEveryUnstableBuild: true,
+ recipients: "christian+jenkins@segundo.io",
+ sendToIndividuals: true])
+ }
+ }
}