问题标签 [jenkins-mailer-plugin]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
628 浏览

jenkins - jenkins mailer 插件在哪里存储 SMTP 服务器名称

我正在使用 Jenkins v 2.60.2 和 Jenkins Mailer 插件

当我配置 jenkins 并添加 SMTP 服务器名称时,这些信息保存在哪里?大多数詹金斯信息都作为 XML 文件存储在詹金斯主页中,但我似乎无法在任何地方找到此信息。

0 投票
1 回答
52 浏览

jenkins - Jenkins:仅在项目连续失败 10 次时才发送邮件通知

我在项目上添加了邮件和可编辑邮件通知。正如我在标题中所说。我只想收到一封邮件,如果只有项目连续 10 次失败。我在可编辑邮件上添加了不稳定的触发器,但无法得到我想要的想要。谢谢。

0 投票
0 回答
41 浏览

jenkins - Jenkins: How do I set up the mailer plug-in to use Outlook.com account?

The question is quite simple (yet, I don't get it to work):

Which steps are required for the Jenkins mailer plug-in to use an Outlook.com (aka Hotmail) account?

My Jenkins is installed locally on a stand-alone Windows 10x64 VM with unrestricted access to the Internet.


EDIT:

Let's assume I didn't enter anything yet. Just fill in the fields below with valid values (except User Name and Password) and add any steps to make things work (incl. absolute paths to config files touched, XML nodes' XPath, whatever):

enter image description here

0 投票
2 回答
2138 浏览

jenkins - Jenkins 电子邮件通知发送成功但未送达

以下是当我要求 Jenkins 将其发送给个人时的日志及其工作正常,但当我要求 Jenkins 将其发送到分发列表时,同样不能正常工作。

04:22:08 Email was triggered for: Always 04:22:08 Sending email for trigger: Always 04:22:08 Request made to compress build log 04:22:08 Sending email to: XXXXXX.XXX@XXXX.com 04:22:08 Finished: UNSTABLE

有什么帮助吗?

0 投票
1 回答
536 浏览

jenkins - 仅针对第一次失败提交的 Jenkins 电子邮件通知

对于我的 Jenkins 工作,我想让 Jenkins 在两种情况下发送电子邮件:

  1. 以前的构建很好,但现在失败了。
  2. 之前构建失败,但现在很好。

我不希望它为 (1) 和 (2) 之间的任何其他失败构建发送电子邮件。

我本来希望取消选中“为每个不稳定的构建发送电子邮件”设置会阻止这种情况,但我会收到每个失败构建的电子邮件。

配置截图

我怎样才能达到我想要的行为?这是 Jenkins (2.121.2) 或 Mailer 插件 (1.21) 中的错误吗?

0 投票
0 回答
742 浏览

email - com.sun.mail.smtp.SMTPSendFailedException:Jenkins 需要 530 身份验证

我在谷歌上打开了不太安全的应用程序。检查在 Jenkins 中使用 SMTP 身份验证。

也尝试使用 AWS Simple 电子邮件服务。但是,仍然出现需要身份验证的错误

使用 Google SMTP 的错误日志

使用 AWS 简单电子邮件服务的错误日志

0 投票
0 回答
21 浏览

jenkins - 如何将表格添加到包含构建结果的电子邮件中?

我有个问题。在 Jenkins 中,我使用 Postman 运行自动测试。构建完成后,将发送一封电子邮件通知,其中包含日志的附件。在 Jenkins 中,Newman 向我返回了一个包含结果的表格:

我只想要这样一个表格,结果是在电子邮件中。 桌子