Jenkinsfile: notify failed builds through jabber

This commit is contained in:
Benjamin Dauvergne 2022-01-30 15:52:32 +01:00
parent 30099cc66d
commit 34d4b476b1
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -58,6 +58,7 @@ PGPORT=`python3 -c 'import struct; import socket; s=socket.socket(); s.setsockop
script {
utils = new Utils()
utils.mail_notify(currentBuild, env, 'ci+jenkins-authentic@entrouvert.org')
utils.jabber_notify(currentBuild, env, 'entrouvert-tech@im.libre-entreprise.com')
}
}
cleanup {