Merge branch 'dev' into 2381-mariaDB
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-09-25 12:54:27 +00:00
commit d8ae9715e5
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -134,7 +134,7 @@ pipeline {
}
}
if (!env.COMMITTER_EMAIL) return
if (!env.COMMITTER_EMAIL || currentBuild.currentResult == 'SUCCESS') return;
try {
mail(
to: env.COMMITTER_EMAIL,