diff --git a/Jenkinsfile b/Jenkinsfile index 41abceb..2ae969c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { always { script { utils = new Utils() - utils.mail_notify(currentBuild, env, 'admin+adminsys@entrouvert.com') + utils.mail_notify(currentBuild, env, 'ci+adminsys@entrouvert.org') } } success {