diff --git a/Jenkinsfile b/Jenkinsfile index 3657da2..53576fc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { always { script { utils = new Utils() - utils.mail_notify(currentBuild, env, 'admin+jenkins-eopayment@entrouvert.com') + utils.mail_notify(currentBuild, env, 'ci+jenkins-eopayment@entrouvert.org') utils.publish_coverage('coverage.xml') utils.publish_coverage_native('index.html') }