diff --git a/Jenkinsfile b/Jenkinsfile index 0af17b4..12f36f3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { always { script { utils = new Utils() - utils.mail_notify(currentBuild, env, 'admin+jenkins-fargo@entrouvert.com') + utils.mail_notify(currentBuild, env, 'ci+jenkins-fargo@entrouvert.org') } } success {