简体   繁体   中英

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 . 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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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