Merge branch 'dev' into 2381-mariaDB
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
d8ae9715e5
|
@ -134,7 +134,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!env.COMMITTER_EMAIL) return
|
if (!env.COMMITTER_EMAIL || currentBuild.currentResult == 'SUCCESS') return;
|
||||||
try {
|
try {
|
||||||
mail(
|
mail(
|
||||||
to: env.COMMITTER_EMAIL,
|
to: env.COMMITTER_EMAIL,
|
||||||
|
|
Loading…
Reference in New Issue