diff options
author | Emmanuel Cazenave <ecazenave@entrouvert.com> | 2019-10-02 13:03:39 (GMT) |
---|---|---|
committer | Emmanuel Cazenave <ecazenave@entrouvert.com> | 2019-10-02 13:03:39 (GMT) |
commit | 7a8bce02b620581b95add753ce02311aedfdf3af (patch) | |
tree | 42e8598fd9f016d9e7797d63529203ab24b09287 | |
parent | 10b757515a2f7d5decc6d6cd7c9e3eb500120b59 (diff) | |
download | welco-7a8bce02b620581b95add753ce02311aedfdf3af.zip welco-7a8bce02b620581b95add753ce02311aedfdf3af.tar.gz welco-7a8bce02b620581b95add753ce02311aedfdf3af.tar.bz2 |
jenkins: use ci@entrouvert.org for notifications
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index b129ac8..f577237 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ pipeline { always { script { utils = new Utils() - utils.mail_notify(currentBuild, env, 'admin+jenkins-welco@entrouvert.com') + utils.mail_notify(currentBuild, env, 'ci+jenkins-welco@entrouvert.org') } } success { |