在gitlab CI阶段之后将邮件发送给提交者

问题描述:

在我的.gitlab-ci.yml中,我有:

in my .gitlab-ci.yml I have:

stages:
  - test # unit tests
  - proof # system tests

我希望在每次运行后将邮件发送给提交者如何触发运行(在邮件中我希望获得运行结果).您能告诉我该怎么做,或让我举一个例子吗?

I want after each run send mail to committer how trigger run (in mail i want to have result of run). Could you tell me how should I do it or send me to same example?

BartłomiejBartnicki . 似乎

通过启用此服务,您将能够接收有关构建结果状态的电子邮件通知.

By enabling this service, you will be able to receive e-mail notifications about the result status of your builds.

在收件人"区域中,提供用逗号分隔的电子邮件列表.

In the Recipients area, provide a list of e-mails separated by comma.