Removed jenkins success notifications
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-09-24 15:00:43 +02:00
parent 69e2597b91
commit fbab7aebcf
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,