在gitlab CI阶段之后将邮件发送给提交者 [英] send mail to commiter after gitlab CI stage

查看:1327
本文介绍了在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.

这篇关于在gitlab CI阶段之后将邮件发送给提交者的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆