如果 SVN 提交消息中缺少特定条目,则需要发送电子邮件

发布于 2025-01-03 17:22:38 字数 310 浏览 1 评论 0原文

如果特定条目中缺少我的 SVN 提交消息,我需要发送电子邮件。

我的 SVN 提交消息如下:

Key1 : Value1

Key2 : Value2

Key3 : Value3

Key4 : Value4

Key5 : Value5

如果开发人员在没有 Value1 或 Value2 的情况下检查代码,则开发人员应该收到自动生成的邮件。我使用 Jenkins 作为我们的构建系统,但 Jenkins 不提供此功能。为此,我必须使用一些定制的电子邮件程序。 请提出一种实现要求的方法。

I need to send an email if my SVN commit message is missing from particular entries.

My SVN commit message would be like:

Key1 : Value1

Key2 : Value2

Key3 : Value3

Key4 : Value4

Key5 : Value5

If a developer checks the code without Value1 or Value2, the developer should get and auto-generated mail. I am using Jenkins as our build system but Jenkins doesn't provide this functionality. I would have to use some customized Emailer for this.
Please suggest a way to achieve the requirement.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暖树树初阳… 2025-01-10 17:22:39

您需要编写一个钩子svn hook 链接 演示了一个。谷歌一下。

You need to write a hook. svn hook link demonstrates one. Google it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文