Removed jenkins success notifications
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
69e2597b91
commit
fbab7aebcf
|
@ -134,7 +134,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
if (!env.COMMITTER_EMAIL) return
|
||||
if (!env.COMMITTER_EMAIL || currentBuild.currentResult == 'SUCCESS') return;
|
||||
try {
|
||||
mail(
|
||||
to: env.COMMITTER_EMAIL,
|
||||
|
|
Loading…
Reference in New Issue