change recipient for errors
gitea-wip/combo/pipeline/head Build started... Details
gitea/combo/pipeline/head Build started... Details

(this is actually to test something related to reprepro)
This commit is contained in:
Frédéric Péters 2019-07-02 18:06:39 +02:00
parent e4c60903e4
commit c152256418
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -36,7 +36,7 @@ pipeline {
always {
script {
utils = new Utils()
utils.mail_notify(currentBuild, env, 'admin+jenkins-combo@entrouvert.com')
utils.mail_notify(currentBuild, env, 'fpeters+jenkins-combo@entrouvert.com')
}
}
success {