jenkins: use ci@enttrouvert.org for notification

This commit is contained in:
Emmanuel Cazenave 2019-10-02 13:27:13 +02:00
parent 2349e21a01
commit a61d2bb55d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -45,7 +45,7 @@ PGPORT=`python -c 'import struct; import socket; s=socket.socket(); s.setsockopt
always {
script {
utils = new Utils()
utils.mail_notify(currentBuild, env, 'admin+jenkins-authentic@entrouvert.com')
utils.mail_notify(currentBuild, env, 'ci+jenkins-authentic@entrouvert.org')
}
}
cleanup {