简体   繁体   English

Gitlab CI :- 如何在 Gitlab 中通过电子邮件共享工件(apks 或构建)?

[英]Gitlab CI :- How to share the artifacts (apks or build) via Email in Gitlab?

I am getting the artifacts (apks) on successful operation of pipeline in Gitlab .我得到的artifacts (apks)在管道的成功运作Gitlab Is there any ways to send the artifacts (apks) on the Email address after successful operation in gitlab.在gitlab中成功操作后,有什么方法可以在电子邮件地址上发送artifacts (apks)

Right now i need to do download artifacts manually.现在我需要手动下载artifacts

Is there any way to send the artifacts on Email after successfully build creation.Thanks成功构建创建后,有什么方法可以通过电子邮件发送artifacts 。谢谢

I think there is no way to send artifacts via email for Gitlab-CI.我认为没有办法通过电子邮件为 Gitlab-CI 发送工件。 You can send the mail on success or failure or pipeline.您可以在成功或失败或管道时发送邮件。

Refer the same question here: Send Gitlab-CI artifacts via e-mail在此处参考相同的问题: 通过电子邮件发送 Gitlab-CI 工件

But, there is a workaround using MailGun API .但是,有一个使用MailGun API的解决方法。 Hope this might help you or give you any similar idea:希望这可以帮助您或给您任何类似的想法:

https://medium.com/devops-with-valentine/send-gitlab-ci-reports-artifacts-via-e-mail-86bc96e66511 https://medium.com/devops-with-valentine/send-gitlab-ci-reports-artifacts-via-e-mail-86bc96e66511

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM