Make the sanitizers and step-by-step-build CI jobs less verbose

Now that these jobs work, make them report only regressions
master
Sébastien Hinderer 2020-08-11 17:47:50 +02:00
parent 5acc76eb07
commit a12bf04282
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ pipeline {
}
}
post {
always {
regression {
emailext (
to: 'ocaml-ci-notifications@inria.fr',
subject: 'Job $JOB_NAME $BUILD_STATUS (build #$BUILD_NUMBER)',

View File

@ -29,7 +29,7 @@ pipeline {
}
}
post {
always {
regression {
emailext (
to: 'ocaml-ci-notifications@inria.fr',
subject: 'Job $JOB_NAME $BUILD_STATUS (build #$BUILD_NUMBER)',