jenkins: fix email for notification messages

This commit is contained in:
Frédéric Péters 2022-02-04 14:40:50 +01:00
parent bc48c72011
commit 355553256a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
always {
script {
utils = new Utils()
utils.mail_notify(currentBuild, env, 'ci+jenkins-authentic@entrouvert.org')
utils.mail_notify(currentBuild, env, 'ci+jenkins-godo@entrouvert.org')
}
}
cleanup {