问题
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