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

谁都会走 提交于 2020-12-27 05:34:04

问题


I am getting the artifacts (apks) on successful operation of pipeline in Gitlab. Is there any ways to send the artifacts (apks) on the Email address after successful operation in gitlab.

Right now i need to do download artifacts manually.

Is there any way to send the artifacts on Email after successfully build creation.Thanks


回答1:


I think there is no way to send artifacts via email for 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

But, there is a workaround using 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://stackoverflow.com/questions/64678868/gitlab-ci-how-to-share-the-artifacts-apks-or-build-via-email-in-gitlab

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!