jenkins: limit notification errors to myself (#36515)

This commit is contained in:
Frédéric Péters 2019-11-12 16:18:07 +01:00
parent 731697ebc9
commit b5c262dc64
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -42,7 +42,7 @@ pipeline {
always {
script {
utils = new Utils()
utils.mail_notify(currentBuild, env, 'ci+jenkins-wcs@entrouvert.org')
utils.mail_notify(currentBuild, env, 'fpeters+jenkins-wcs@entrouvert.org')
}
}
success {