Harden production publish flow #5

Merged
kdletters merged 26 commits from codex/publish-flow into master 2026-05-03 03:47:14 +08:00
Showing only changes of commit 36c81c30be - Show all commits

View File

@@ -63,7 +63,7 @@ pipeline {
"""
mail to: recipients, subject: subject, body: body
echo "[notify-email] 已发送邮件: recipients=${recipients}, source=${jobName} #${buildNumber}, result=${result}"
echo "[notify-email] 已发送邮件: recipientCount=${recipientList.size()}, source=${jobName} #${buildNumber}, result=${result}"
}
def credentialId = params.EMAIL_RECIPIENTS_CREDENTIAL_ID?.trim()