dune-build: send e-mails only for regressions

master
Sébastien Hinderer 2020-08-11 14:49:38 +02:00
parent eacd3c3bc5
commit 697242f4b2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ pipeline {
}
}
post {
failure {
regression {
emailext (
to: 'Sebastien.Hinderer@inria.fr, thomas.refis@gmail.com',
subject: 'Job $JOB_NAME $BUILD_STATUS (build #$BUILD_NUMBER)',